Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: dac01964cb2d9b38fccc247be9d909e508122430 https://github.com/WebKit/WebKit/commit/dac01964cb2d9b38fccc247be9d909e508122430 Author: Philippe Normand <ph...@igalia.com> Date: 2025-05-26 (Mon, 26 May 2025)
Changed paths: M Source/WebCore/Modules/mediastream/gstreamer/GStreamerWebRTCUtils.cpp Log Message: ----------- [GStreamer][WebRTC] Handle generation field in ICE candidate SDP string parser https://bugs.webkit.org/show_bug.cgi?id=293539 Reviewed by Xabier Rodriguez-Calvar. The generation field isn't defined in the RTCIceCandidateFields struct and isn't supported at the spec level, but that doesn't prevent 3rd-parties to supply it anyway, so we need to handle it. Without this we might end-up with candidates of the wrong "type". Canonical link: https://commits.webkit.org/295414@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes