[webkit-changes] [WebKit/WebKit] 69a99f: [GStreamer][WebRTC] Initialize all audio/video RTP...
Philippe Normand
noreply at github.com
Thu Aug 29 05:17:25 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 69a99fe5db4fb99318a4055f57df2a692fcf83c3
https://github.com/WebKit/WebKit/commit/69a99fe5db4fb99318a4055f57df2a692fcf83c3
Author: Philippe Normand <philn at igalia.com>
Date: 2024-08-29 (Thu, 29 Aug 2024)
Changed paths:
M Source/WebCore/platform/graphics/gstreamer/GStreamerRegistryScanner.cpp
M Source/WebCore/platform/graphics/gstreamer/GStreamerRegistryScanner.h
Log Message:
-----------
[GStreamer][WebRTC] Initialize all audio/video RTP header extension capabilities
https://bugs.webkit.org/show_bug.cgi?id=278792
Reviewed by Xabier Rodriguez-Calvar.
In some cases a newly added audio transceiver would induce an SDP offer including only audio RTP
header extensions, without the common extensions. Ditto for video transceivers.
Driving-by, make use of ASCIILiteral in more places in the registry scanner.
* Source/WebCore/platform/graphics/gstreamer/GStreamerRegistryScanner.cpp:
(WebCore::probeRtpExtensions):
(WebCore::GStreamerRegistryScanner::fillAudioRtpCapabilities):
(WebCore::GStreamerRegistryScanner::fillVideoRtpCapabilities):
(WebCore::GStreamerRegistryScanner::audioRtpExtensions):
(WebCore::GStreamerRegistryScanner::videoRtpExtensions):
* Source/WebCore/platform/graphics/gstreamer/GStreamerRegistryScanner.h:
Canonical link: https://commits.webkit.org/282898@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list