[webkit-changes] [WebKit/WebKit] b6d3b6: Expose 'RTCEncodedVideoFrame' and 'RTCEncodedAudio...
Commit Queue
noreply at github.com
Thu Jun 20 04:24:52 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: b6d3b63a9d78fcbc286ac2c6e72a8d94c2b8c218
https://github.com/WebKit/WebKit/commit/b6d3b63a9d78fcbc286ac2c6e72a8d94c2b8c218
Author: Ahmad Saleem <ahmad.saleem792 at gmail.com>
Date: 2024-06-20 (Thu, 20 Jun 2024)
Changed paths:
M LayoutTests/imported/w3c/web-platform-tests/webrtc-encoded-transform/idlharness.https.window-expected.txt
M Source/WebCore/Modules/mediastream/RTCEncodedAudioFrame.idl
M Source/WebCore/Modules/mediastream/RTCEncodedVideoFrame.idl
Log Message:
-----------
Expose 'RTCEncodedVideoFrame' and 'RTCEncodedAudioFrame' to 'Window'
https://bugs.webkit.org/show_bug.cgi?id=264687
rdar://problem/118607685
Reviewed by Youenn Fablet.
This patch aligns WebKit with web-specification [1], [2] and expose both
interfaces to 'Window' alongside 'DedicatedWorker'.
[1] https://w3c.github.io/webrtc-encoded-transform/#RTCEncodedAudioFrame-interface
[2] https://w3c.github.io/webrtc-encoded-transform/#RTCEncodedVideoFrame-interface
* Source/WebCore/Modules/mediastream/RTCEncodedAudioFrame.idl:
* Source/WebCore/Modules/mediastream/RTCEncodedVideoFrame.idl:
* LayoutTests/imported/w3c/web-platform-tests/webrtc-encoded-transform/idlharness.https.window-expected.txt: Rebaselined
Canonical link: https://commits.webkit.org/280198@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list