Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 6b68426e27af6bdb29577df8fb72a27b5b9e36a9
https://github.com/WebKit/WebKit/commit/6b68426e27af6bdb29577df8fb72a27b5b9e36a9
Author: Youenn Fablet <[email protected]>
Date: 2026-05-19 (Tue, 19 May 2026)
Changed paths:
M LayoutTests/webrtc/video-av1.html
M Source/WebCore/platform/mediastream/libwebrtc/LibWebRTCProvider.cpp
M Source/WebCore/platform/mediastream/libwebrtc/LibWebRTCProvider.h
M Source/WebCore/testing/Internals.cpp
M Source/WebCore/testing/Internals.h
M Source/WebCore/testing/Internals.idl
M Source/WebKit/WebProcess/Network/webrtc/LibWebRTCProvider.cpp
M Source/WebKit/WebProcess/Network/webrtc/LibWebRTCProvider.h
Log Message:
-----------
WebRTC Media capabilities do not report power efficient AV1 decode
rdar://174686183
https://bugs.webkit.org/show_bug.cgi?id=311593
Reviewed by Eric Carlson.
We set powerEfficient for AV1 based on whether HW AV1 support is enabled.
We introduce a virtual method in LibWebRTCProvider, which gets overriden at
WebKit level to get the information from LibWebRTCCodecs.
We add an internals API routine so that we can write a test.
Covered by updated test.
Canonical link: https://commits.webkit.org/313468@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications