Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: e5e625c0b13c6ca948629e58d1eb36e804074b92
https://github.com/WebKit/WebKit/commit/e5e625c0b13c6ca948629e58d1eb36e804074b92
Author: Youenn Fablet <[email protected]>
Date: 2026-03-20 (Fri, 20 Mar 2026)
Changed paths:
M
LayoutTests/imported/w3c/web-platform-tests/webrtc/RTCRtpParameters-codec_interop-2026-expected.txt
M
LayoutTests/imported/w3c/web-platform-tests/webrtc/RTCRtpParameters-codec_rest-expected.txt
M
LayoutTests/imported/w3c/web-platform-tests/webrtc/RTCRtpParameters-codecs_interop-2026-expected.txt
M Source/ThirdParty/libwebrtc/Configurations/libwebrtc.exp
M Source/WebCore/CMakeLists.txt
M Source/WebCore/DerivedSources-input.xcfilelist
M Source/WebCore/DerivedSources-output.xcfilelist
M Source/WebCore/DerivedSources.make
M Source/WebCore/Headers.cmake
M Source/WebCore/Modules/mediastream/RTCRtpCapabilities.idl
A Source/WebCore/Modules/mediastream/RTCRtpCodec.h
A Source/WebCore/Modules/mediastream/RTCRtpCodec.idl
R Source/WebCore/Modules/mediastream/RTCRtpCodecCapability.idl
M Source/WebCore/Modules/mediastream/RTCRtpCodecParameters.h
M Source/WebCore/Modules/mediastream/RTCRtpCodecParameters.idl
M Source/WebCore/Modules/mediastream/RTCRtpEncodingParameters.h
M Source/WebCore/Modules/mediastream/RTCRtpEncodingParameters.idl
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/RTCRtpTransceiverBackend.h
M Source/WebCore/Modules/mediastream/gstreamer/GStreamerMediaEndpoint.cpp
M
Source/WebCore/Modules/mediastream/gstreamer/GStreamerRtpTransceiverBackend.cpp
M
Source/WebCore/Modules/mediastream/gstreamer/GStreamerRtpTransceiverBackend.h
M Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCRtpSenderBackend.cpp
M
Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCRtpTransceiverBackend.cpp
M
Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCRtpTransceiverBackend.h
M Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCUtils.cpp
M Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCUtils.h
M Source/WebCore/Sources.txt
M Source/WebCore/WebCore.xcodeproj/project.pbxproj
M Source/WebCore/platform/mediastream/RTCRtpCapabilities.h
R Source/WebCore/platform/mediastream/RTCRtpCodecCapability.h
M Source/WebCore/platform/mediastream/WebRTCProvider.cpp
M Source/WebCore/platform/mediastream/WebRTCProvider.h
M Source/WebCore/platform/mediastream/libwebrtc/LibWebRTCProvider.cpp
Log Message:
-----------
Add support for RTCRtpCodec dictionary and related constructs
rdar://172745579
https://bugs.webkit.org/show_bug.cgi?id=310097
Reviewed by Jean-Yves Avenard.
We introduce RTCRtpCodec and remove RTCRtpCodecCapability.
We update RTCRtpEncodingParameters to include a codec member as per spec.
We update getParameters/setParameters routines to convert from/to libwebrtc to
support this addition.
Covered by rebased WPT tests.
Canonical link: https://commits.webkit.org/309610@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications