Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 6687f908cc14371ac8631b38dfc2d3329416ef41
https://github.com/WebKit/WebKit/commit/6687f908cc14371ac8631b38dfc2d3329416ef41
Author: Youenn Fablet <[email protected]>
Date: 2026-03-12 (Thu, 12 Mar 2026)
Changed paths:
M
LayoutTests/imported/w3c/web-platform-tests/webrtc/RTCPeerConnection-removeTrack.https-expected.txt
M
LayoutTests/imported/w3c/web-platform-tests/webrtc/RTCPeerConnection-transceivers.https-expected.txt
M
LayoutTests/imported/w3c/web-platform-tests/webrtc/RTCRtpTransceiver-stop-expected.txt
M
LayoutTests/imported/w3c/web-platform-tests/webrtc/RTCRtpTransceiver-stopping.https-expected.txt
M
LayoutTests/imported/w3c/web-platform-tests/webrtc/RTCRtpTransceiver.https-expected.txt
M Source/WebCore/Modules/mediastream/RTCRtpSender.cpp
M Source/WebCore/Modules/mediastream/RTCRtpTransceiver.cpp
M Source/WebCore/Modules/mediastream/RTCRtpTransceiver.h
M Source/WebCore/Modules/mediastream/RTCRtpTransceiver.idl
M Source/WebCore/Modules/mediastream/RTCRtpTransceiverDirection.idl
M Source/WebCore/Modules/mediastream/gstreamer/GStreamerWebRTCUtils.h
M Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCUtils.cpp
M Source/WebCore/platform/mediastream/RTCRtpTransceiverDirection.h
Log Message:
-----------
Expose RTCRtpTransceiver stopping state
https://bugs.webkit.org/show_bug.cgi?id=309667
rdar://172275276
Reviewed by Philippe Normand.
As per spec, we expose a new state named stopped to web pages.
We update the conversion routines with libwebrtc to no longer use inactive.
To fully pass WPT tests, we do a few changes to RTCRtpSender (we keep the track
non null when transceiver gets stopped, and we always create a dtmf even if
transceiver is stopped).
Covered by rebased WPT tests.
Canonical link: https://commits.webkit.org/309123@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications