Bug 1921154 - add AV1 to encodingInfo/decodingInfo WPT exceptions;r=bwc

Differential Revision: https://phabricator.services.mozilla.com/D228749
This commit is contained in:
Nico Grunbaum 2024-11-20 21:21:23 +00:00
parent b28e05a0aa
commit eb4dd33d9e
2 changed files with 5 additions and 0 deletions

View File

@ -37,6 +37,9 @@
[Test that decodingInfo returns supported true for the codec audio/PCMA returned by RTCRtpReceiver.getCapabilities()]
expected: FAIL
[Test that decodingInfo returns supported true for the codec video/AV1 returned by RTCRtpReceiver.getCapabilities()]
expected: FAIL
[Test that decodingInfo returns supported true for the codec video/VP8; max-fs=12288;max-fr=60 returned by RTCRtpReceiver.getCapabilities()]
expected: FAIL

View File

@ -38,6 +38,8 @@
[Test that encodingInfo returns supported true for the codec video/H264; profile-level-id=42001f;level-asymmetry-allowed=1 returned by RTCRtpSender.getCapabilities()]
expected: FAIL
[Test that encodingInfo returns supported true for the codec video/AV1 returned by RTCRtpSender.getCapabilities()]
expected: FAIL
[encodingInfo-webrtc.any.worker.html]
[Test that encodingInfo returns a valid MediaCapabilitiesInfo objects]