[webkit-changes] [WebKit/WebKit] 111102: [GStreamer][WebRTC] End-point and Transceiver inte...
Philippe Normand
noreply at github.com
Tue May 2 04:57:32 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 111102262866b7132e4a19ea9464d9b83d865398
https://github.com/WebKit/WebKit/commit/111102262866b7132e4a19ea9464d9b83d865398
Author: Philippe Normand <philn at igalia.com>
Date: 2023-05-02 (Tue, 02 May 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 Source/WebCore/Modules/mediastream/gstreamer/GStreamerRtpTransceiverBackend.cpp
M Source/WebCore/Modules/mediastream/gstreamer/GStreamerWebRTCUtils.h
Log Message:
-----------
[GStreamer][WebRTC] End-point and Transceiver interop improvements
https://bugs.webkit.org/show_bug.cgi?id=256084
Reviewed by Xabier Rodriguez-Calvar.
ULP and RED are now enabled on transceivers, which should improve the backend robustness when
network conditions are not ideal. We also set the bundle policy to max-bundle when balanced is
requested. It's default in other webrtc implementations and balanced is not supported in webrtcbin anyway.
* LayoutTests/platform/glib/fast/mediastream/RTCPeerConnection-inspect-answer-expected.txt:
* LayoutTests/platform/glib/fast/mediastream/RTCPeerConnection-inspect-offer-expected.txt:
* Source/WebCore/Modules/mediastream/gstreamer/GStreamerRtpTransceiverBackend.cpp:
(WebCore::GStreamerRtpTransceiverBackend::GStreamerRtpTransceiverBackend):
* Source/WebCore/Modules/mediastream/gstreamer/GStreamerWebRTCUtils.h:
(WebCore::bundlePolicyFromConfiguration):
Canonical link: https://commits.webkit.org/263586@main
More information about the webkit-changes
mailing list