[webkit-changes] [WebKit/WebKit] dcdd8d: [GStreamer][WebRTC] Opus codec mime-type is incorr...
Philippe Normand
noreply at github.com
Wed Apr 19 02:00:24 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: dcdd8d4d74790453f4543e95f3f6174059ba7830
https://github.com/WebKit/WebKit/commit/dcdd8d4d74790453f4543e95f3f6174059ba7830
Author: Philippe Normand <philn at igalia.com>
Date: 2023-04-19 (Wed, 19 Apr 2023)
Changed paths:
M LayoutTests/platform/glib/fast/mediastream/RTCPeerConnection-inspect-answer-expected.txt
M LayoutTests/platform/glib/fast/mediastream/RTCPeerConnection-inspect-offer-expected.txt
M LayoutTests/platform/glib/imported/w3c/web-platform-tests/media-capabilities/decodingInfo.webrtc-expected.txt
M LayoutTests/platform/glib/imported/w3c/web-platform-tests/media-capabilities/encodingInfo.webrtc-expected.txt
M Source/WebCore/platform/graphics/gstreamer/GStreamerRegistryScanner.cpp
Log Message:
-----------
[GStreamer][WebRTC] Opus codec mime-type is incorrect in our SDP offers
https://bugs.webkit.org/show_bug.cgi?id=255613
Reviewed by Xabier Rodriguez-Calvar.
RFC 7587 section 7 stipulates the m= line for Opus payloads should use the "opus" media sub-type,
not OPUS.
* LayoutTests/platform/glib/fast/mediastream/RTCPeerConnection-inspect-answer-expected.txt:
* LayoutTests/platform/glib/fast/mediastream/RTCPeerConnection-inspect-offer-expected.txt:
* LayoutTests/platform/glib/imported/w3c/web-platform-tests/media-capabilities/decodingInfo.webrtc-expected.txt:
* LayoutTests/platform/glib/imported/w3c/web-platform-tests/media-capabilities/encodingInfo.webrtc-expected.txt:
* Source/WebCore/platform/graphics/gstreamer/GStreamerRegistryScanner.cpp:
(WebCore::GStreamerRegistryScanner::fillAudioRtpCapabilities):
Canonical link: https://commits.webkit.org/263124@main
More information about the webkit-changes
mailing list