Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 724785790c29d92e97c83afb66753e8d7e671e71
https://github.com/WebKit/WebKit/commit/724785790c29d92e97c83afb66753e8d7e671e71
Author: Youenn Fablet <[email protected]>
Date: 2026-03-30 (Mon, 30 Mar 2026)
Changed paths:
M
LayoutTests/imported/w3c/web-platform-tests/webrtc/RTCRtpReceiver-audio-jitterBufferTarget-stats.https-expected.txt
M
LayoutTests/imported/w3c/web-platform-tests/webrtc/RTCRtpReceiver-jitterBufferTarget-expected.txt
M
LayoutTests/imported/w3c/web-platform-tests/webrtc/RTCRtpReceiver-video-jitterBufferTarget-stats-expected.txt
M
LayoutTests/imported/w3c/web-platform-tests/webrtc/idlharness.https.window-expected.txt
M LayoutTests/platform/glib/TestExpectations
M Source/WebCore/Modules/mediastream/RTCRtpReceiver.cpp
M Source/WebCore/Modules/mediastream/RTCRtpReceiver.h
M Source/WebCore/Modules/mediastream/RTCRtpReceiver.idl
M Source/WebCore/Modules/mediastream/RTCRtpReceiverBackend.h
M
Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCRtpReceiverBackend.cpp
M Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCRtpReceiverBackend.h
Log Message:
-----------
Implement RTCRtpReceiver.jitterBufferTarget
rdar://173676035
https://bugs.webkit.org/show_bug.cgi?id=311079
Reviewed by Eric Carlson.
We expose jitterBufferTarget on webIDL and implement it as per
https://w3c.github.io/webrtc-pc/#dom-rtcrtpreceiver-jitterbuffertarget.
We pipe the value up to libwebrtc via the provided API.
We mark the test as failing in glib since we do not implement the GStreamer
specific binding code.
Covered by rebased WPT tests.
Canonical link: https://commits.webkit.org/310285@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications