Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: d9547193f4ce867409e1285333ae9c24359c3b1c
https://github.com/WebKit/WebKit/commit/d9547193f4ce867409e1285333ae9c24359c3b1c
Author: Philippe Normand <[email protected]>
Date: 2025-12-01 (Mon, 01 Dec 2025)
Changed paths:
M
LayoutTests/platform/glib/fast/mediastream/RTCPeerConnection-inspect-answer-expected.txt
M Source/WebCore/Modules/mediastream/gstreamer/GStreamerMediaEndpoint.cpp
M Source/WebCore/Modules/mediastream/gstreamer/GStreamerMediaEndpoint.h
M Source/WebCore/Modules/mediastream/gstreamer/GStreamerWebRTCUtils.cpp
M Source/WebCore/Modules/mediastream/gstreamer/GStreamerWebRTCUtils.h
M
Source/WebCore/platform/mediastream/gstreamer/RealtimeOutgoingMediaSourceGStreamer.cpp
M
Source/WebCore/platform/mediastream/gstreamer/RealtimeOutgoingMediaSourceGStreamer.h
Log Message:
-----------
[GStreamer][WebRTC] RTP header extension ID handling improvements for SDP
Offers/Answers
https://bugs.webkit.org/show_bug.cgi?id=303094
Reviewed by Xabier Rodriguez-Calvar.
Our SDP offers and answers were advertizing RTP header extensions incorrectly,
where the same
extension URL was using different numerical identifiers on each media section
of the SDP. The
mapping is now consistent across media sections and comparable to SDP produced
by Chrome. We also
now emit an error if too many extensions are requested.
Canonical link: https://commits.webkit.org/303677@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications