[webkit-changes] [WebKit/WebKit] 8821af: [GStreamer][WebRTC] Fix PCMU payload type handling
Philippe Normand
noreply at github.com
Tue May 2 00:55:35 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 8821af85746b8f96eadfd2af63a1d6e0e8ea1fc7
https://github.com/WebKit/WebKit/commit/8821af85746b8f96eadfd2af63a1d6e0e8ea1fc7
Author: Philippe Normand <philn at igalia.com>
Date: 2023-05-02 (Tue, 02 May 2023)
Changed paths:
M Source/WebCore/Modules/mediastream/gstreamer/GStreamerWebRTCUtils.cpp
Log Message:
-----------
[GStreamer][WebRTC] Fix PCMU payload type handling
https://bugs.webkit.org/show_bug.cgi?id=256089
Reviewed by Xabier Rodriguez-Calvar.
* Source/WebCore/Modules/mediastream/gstreamer/GStreamerWebRTCUtils.cpp:
(WebCore::capsFromSDPMedia): The payload type for PCMU is 0, and is valid, so don't bail out when
it's found in a SDP media.
Canonical link: https://commits.webkit.org/263576@main
More information about the webkit-changes
mailing list