Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: e3bbf376857bbc89ee727670af424b80e06d3679
https://github.com/WebKit/WebKit/commit/e3bbf376857bbc89ee727670af424b80e06d3679
Author: Philippe Normand <[email protected]>
Date: 2026-01-19 (Mon, 19 Jan 2026)
Changed paths:
M Source/WebCore/Modules/mediastream/gstreamer/GStreamerWebRTCUtils.cpp
Log Message:
-----------
[GStreamer][WebRTC] String handling improvements in ICE candidate SDP parser
https://bugs.webkit.org/show_bug.cgi?id=305703
Reviewed by Xabier Rodriguez-Calvar.
Use owned strings for ICE candidate SDP string tokens, they're then moved to
corresponding
RTCIceCandidate::Fields storage after parsing.
Manually tested on https://livekit.io/webrtc/browser-test which displayed
garbage ICE candidates
data without this patch.
* Source/WebCore/Modules/mediastream/gstreamer/GStreamerWebRTCUtils.cpp:
(WebCore::parseIceCandidateSDP):
Canonical link: https://commits.webkit.org/305818@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications