Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Add support for WebCodecs temporal scalabilityMode for software codecs
https://bugs.webkit.org/show_bug.cgi?id=258076 rdar://110774875 Reviewed by Eric Carlson. Add WebIDL to expose temporal index on encoded chunks. Add scalabilityMode enums (L1T1, L1T2 and L1T3) and parsing from string (given by JS) to this enum. In case parsing fails, we return a TypeError. Update software encoders to return the temporal index when L1T2 or L1T3 is enabled, as per spec. * LayoutTests/imported/w3c/web-platform-tests/webcodecs/full-cycle-test.https.any.worker_av1-expected.txt: * LayoutTests/imported/w3c/web-platform-tests/webcodecs/full-cycle-test.https.any_av1-expected.txt: * LayoutTests/imported/w3c/web-platform-tests/webcodecs/reconfiguring-encoder.https.any.worker_av1-expected.txt: * LayoutTests/imported/w3c/web-platform-tests/webcodecs/reconfiguring-encoder.https.any.worker_h264_annexb-expected.txt: * LayoutTests/imported/w3c/web-platform-tests/webcodecs/reconfiguring-encoder.https.any.worker_h264_avc-expected.txt: * LayoutTests/imported/w3c/web-platform-tests/webcodecs/reconfiguring-encoder.https.any_av1-expected.txt: * LayoutTests/imported/w3c/web-platform-tests/webcodecs/reconfiguring-encoder.https.any_h264_annexb-expected.txt: * LayoutTests/imported/w3c/web-platform-tests/webcodecs/reconfiguring-encoder.https.any_h264_avc-expected.txt: * LayoutTests/imported/w3c/web-platform-tests/webcodecs/temporal-svc-encoding.https.any.worker_av1-expected.txt: * LayoutTests/imported/w3c/web-platform-tests/webcodecs/temporal-svc-encoding.https.any.worker_h264-expected.txt: * LayoutTests/imported/w3c/web-platform-tests/webcodecs/temporal-svc-encoding.https.any.worker_vp8-expected.txt: * LayoutTests/imported/w3c/web-platform-tests/webcodecs/temporal-svc-encoding.https.any.worker_vp9-expected.txt: * LayoutTests/imported/w3c/web-platform-tests/webcodecs/temporal-svc-encoding.https.any_av1-expected.txt: * LayoutTests/imported/w3c/web-platform-tests/webcodecs/temporal-svc-encoding.https.any_h264-expected.txt: * LayoutTests/imported/w3c/web-platform-tests/webcodecs/temporal-svc-encoding.https.any_vp8-expected.txt: * LayoutTests/imported/w3c/web-platform-tests/webcodecs/temporal-svc-encoding.https.any_vp9-expected.txt: * LayoutTests/imported/w3c/web-platform-tests/webcodecs/video-encoder-config.https.any-expected.txt: * LayoutTests/imported/w3c/web-platform-tests/webcodecs/video-encoder-config.https.any.worker-expected.txt: * Source/ThirdParty/libwebrtc/Configurations/libwebrtc.exp: * Source/WebCore/CMakeLists.txt: * Source/WebCore/DerivedSources-input.xcfilelist: * Source/WebCore/DerivedSources-output.xcfilelist: * Source/WebCore/DerivedSources.make: * Source/WebCore/Headers.cmake: * Source/WebCore/Modules/webcodecs/WebCodecsEncodedVideoChunkMetadata.h: * Source/WebCore/Modules/webcodecs/WebCodecsEncodedVideoChunkMetadata.idl: * Source/WebCore/Modules/webcodecs/WebCodecsSvcOutputMetadata.h: Added. * Source/WebCore/Modules/webcodecs/WebCodecsSvcOutputMetadata.idl: Added. * Source/WebCore/Modules/webcodecs/WebCodecsVideoEncoder.cpp: (WebCore::createVideoEncoderConfig): (WebCore::WebCodecsVideoEncoder::configure): (WebCore::WebCodecsVideoEncoder::createEncodedChunkMetadata): (WebCore::WebCodecsVideoEncoder::isConfigSupported): * Source/WebCore/Modules/webcodecs/WebCodecsVideoEncoder.h: * Source/WebCore/Sources.txt: * Source/WebCore/WebCore.xcodeproj/project.pbxproj: * Source/WebCore/platform/VideoEncoder.h: * Source/WebCore/platform/VideoEncoderScalabilityMode.h: Added. * Source/WebCore/platform/graphics/gstreamer/VideoEncoderGStreamer.cpp: (WebCore::GStreamerInternalVideoEncoder::GStreamerInternalVideoEncoder): * Source/WebCore/platform/libwebrtc/LibWebRTCVPXVideoEncoder.cpp: (WebCore::LibWebRTCVPXInternalVideoEncoder::initialize): (WebCore::LibWebRTCVPXInternalVideoEncoder::OnEncodedImage): * Source/WebKit/WebProcess/GPU/media/RemoteVideoCodecFactory.cpp: (WebKit::RemoteVideoCodecFactory::createEncoder): Originally-landed-as: 6854c1b. rdar://110774875 Canonical link: https://commits.webkit.org/265561@main
- Loading branch information
Showing
39 changed files
with
291 additions
and
233 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
...ported/w3c/web-platform-tests/webcodecs/full-cycle-test.https.any.worker_av1-expected.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
|
||
NOTRUN Encoding and decoding cycle Unsupported config: {"codec":"av01.0.04M.08","hasEmbeddedColorSpace":true,"hardwareAcceleration":"prefer-software","width":320,"height":200,"bitrate":1000000,"bitrateMode":"constant","framerate":30} | ||
NOTRUN Encoding and decoding cycle w/ stripped color space Unsupported config: {"codec":"av01.0.04M.08","hasEmbeddedColorSpace":true,"hardwareAcceleration":"prefer-software","width":320,"height":200,"bitrate":1000000,"bitrateMode":"constant","framerate":30} | ||
PASS Encoding and decoding cycle | ||
PASS Encoding and decoding cycle w/ stripped color space | ||
|
4 changes: 2 additions & 2 deletions
4
...ests/imported/w3c/web-platform-tests/webcodecs/full-cycle-test.https.any_av1-expected.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
|
||
NOTRUN Encoding and decoding cycle Unsupported config: {"codec":"av01.0.04M.08","hasEmbeddedColorSpace":true,"hardwareAcceleration":"prefer-software","width":320,"height":200,"bitrate":1000000,"bitrateMode":"constant","framerate":30} | ||
NOTRUN Encoding and decoding cycle w/ stripped color space Unsupported config: {"codec":"av01.0.04M.08","hasEmbeddedColorSpace":true,"hardwareAcceleration":"prefer-software","width":320,"height":200,"bitrate":1000000,"bitrateMode":"constant","framerate":30} | ||
PASS Encoding and decoding cycle | ||
PASS Encoding and decoding cycle w/ stripped color space | ||
|
2 changes: 1 addition & 1 deletion
2
.../w3c/web-platform-tests/webcodecs/reconfiguring-encoder.https.any.worker_av1-expected.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
|
||
NOTRUN Reconfiguring encoder Unsupported config: {"codec":"av01.0.04M.08","hardwareAcceleration":"prefer-software","bitrateMode":"constant","scalabilityMode":"L1T2","framerate":30,"width":800,"height":600,"bitrate":3000000} | ||
PASS Reconfiguring encoder | ||
|
2 changes: 1 addition & 1 deletion
2
...-platform-tests/webcodecs/reconfiguring-encoder.https.any.worker_h264_annexb-expected.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
|
||
PASS Reconfiguring encoder | ||
NOTRUN Reconfiguring encoder Unsupported config: {"codec":"avc1.42001F","avc":{"format":"annexb"},"hardwareAcceleration":"prefer-software","bitrateMode":"constant","scalabilityMode":"L1T2","framerate":30,"width":800,"height":600,"bitrate":3000000} | ||
|
2 changes: 1 addition & 1 deletion
2
...web-platform-tests/webcodecs/reconfiguring-encoder.https.any.worker_h264_avc-expected.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
|
||
PASS Reconfiguring encoder | ||
NOTRUN Reconfiguring encoder Unsupported config: {"codec":"avc1.42001F","avc":{"format":"avc"},"hardwareAcceleration":"prefer-software","bitrateMode":"constant","scalabilityMode":"L1T2","framerate":30,"width":800,"height":600,"bitrate":3000000} | ||
|
2 changes: 1 addition & 1 deletion
2
...mported/w3c/web-platform-tests/webcodecs/reconfiguring-encoder.https.any_av1-expected.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
|
||
NOTRUN Reconfiguring encoder Unsupported config: {"codec":"av01.0.04M.08","hardwareAcceleration":"prefer-software","bitrateMode":"constant","scalabilityMode":"L1T2","framerate":30,"width":800,"height":600,"bitrate":3000000} | ||
PASS Reconfiguring encoder | ||
|
2 changes: 1 addition & 1 deletion
2
...w3c/web-platform-tests/webcodecs/reconfiguring-encoder.https.any_h264_annexb-expected.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
|
||
PASS Reconfiguring encoder | ||
NOTRUN Reconfiguring encoder Unsupported config: {"codec":"avc1.42001F","avc":{"format":"annexb"},"hardwareAcceleration":"prefer-software","bitrateMode":"constant","scalabilityMode":"L1T2","framerate":30,"width":800,"height":600,"bitrate":3000000} | ||
|
2 changes: 1 addition & 1 deletion
2
...ed/w3c/web-platform-tests/webcodecs/reconfiguring-encoder.https.any_h264_avc-expected.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
|
||
PASS Reconfiguring encoder | ||
NOTRUN Reconfiguring encoder Unsupported config: {"codec":"avc1.42001F","avc":{"format":"avc"},"hardwareAcceleration":"prefer-software","bitrateMode":"constant","scalabilityMode":"L1T2","framerate":30,"width":800,"height":600,"bitrate":3000000} | ||
|
4 changes: 2 additions & 2 deletions
4
.../w3c/web-platform-tests/webcodecs/temporal-svc-encoding.https.any.worker_av1-expected.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
|
||
NOTRUN SVC L1T2 Unsupported config: {"codec":"av01.0.04M.08","hardwareAcceleration":"prefer-software","width":320,"height":200,"bitrate":1000000,"bitrateMode":"constant","framerate":30,"scalabilityMode":"L1T2"} | ||
NOTRUN SVC L1T3 Unsupported config: {"codec":"av01.0.04M.08","hardwareAcceleration":"prefer-software","width":320,"height":200,"bitrate":1000000,"bitrateMode":"constant","framerate":30,"scalabilityMode":"L1T3"} | ||
PASS SVC L1T2 | ||
PASS SVC L1T3 | ||
|
6 changes: 2 additions & 4 deletions
6
...w3c/web-platform-tests/webcodecs/temporal-svc-encoding.https.any.worker_h264-expected.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
|
||
Harness Error (FAIL), message = Error in remote https://localhost:9443/resources/testharness.js: Error: assert_own_property: expected property "svc" missing | ||
|
||
FAIL SVC L1T2 assert_equals: expected 12 but got 0 | ||
FAIL SVC L1T3 assert_equals: expected 6 but got 0 | ||
NOTRUN SVC L1T2 Unsupported config: {"codec":"avc1.42001E","avc":{"format":"annexb"},"hardwareAcceleration":"prefer-software","width":320,"height":200,"bitrate":1000000,"bitrateMode":"constant","framerate":30,"scalabilityMode":"L1T2"} | ||
NOTRUN SVC L1T3 Unsupported config: {"codec":"avc1.42001E","avc":{"format":"annexb"},"hardwareAcceleration":"prefer-software","width":320,"height":200,"bitrate":1000000,"bitrateMode":"constant","framerate":30,"scalabilityMode":"L1T3"} | ||
|
6 changes: 2 additions & 4 deletions
6
.../w3c/web-platform-tests/webcodecs/temporal-svc-encoding.https.any.worker_vp8-expected.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
|
||
Harness Error (FAIL), message = Error in remote https://localhost:9443/resources/testharness.js: Error: assert_own_property: expected property "svc" missing | ||
|
||
FAIL SVC L1T2 assert_equals: expected 12 but got 0 | ||
FAIL SVC L1T3 assert_equals: expected 6 but got 0 | ||
PASS SVC L1T2 | ||
PASS SVC L1T3 | ||
|
6 changes: 2 additions & 4 deletions
6
.../w3c/web-platform-tests/webcodecs/temporal-svc-encoding.https.any.worker_vp9-expected.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
|
||
Harness Error (FAIL), message = Error in remote https://localhost:9443/resources/testharness.js: Error: assert_own_property: expected property "svc" missing | ||
|
||
FAIL SVC L1T2 assert_equals: expected 12 but got 0 | ||
FAIL SVC L1T3 assert_equals: expected 6 but got 0 | ||
PASS SVC L1T2 | ||
PASS SVC L1T3 | ||
|
4 changes: 2 additions & 2 deletions
4
...mported/w3c/web-platform-tests/webcodecs/temporal-svc-encoding.https.any_av1-expected.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
|
||
NOTRUN SVC L1T2 Unsupported config: {"codec":"av01.0.04M.08","hardwareAcceleration":"prefer-software","width":320,"height":200,"bitrate":1000000,"bitrateMode":"constant","framerate":30,"scalabilityMode":"L1T2"} | ||
NOTRUN SVC L1T3 Unsupported config: {"codec":"av01.0.04M.08","hardwareAcceleration":"prefer-software","width":320,"height":200,"bitrate":1000000,"bitrateMode":"constant","framerate":30,"scalabilityMode":"L1T3"} | ||
PASS SVC L1T2 | ||
PASS SVC L1T3 | ||
|
54 changes: 2 additions & 52 deletions
54
...ported/w3c/web-platform-tests/webcodecs/temporal-svc-encoding.https.any_h264-expected.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,54 +1,4 @@ | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
|
||
Harness Error (FAIL), message = Error: assert_own_property: expected property "svc" missing | ||
|
||
FAIL SVC L1T2 assert_equals: expected 12 but got 0 | ||
FAIL SVC L1T3 assert_equals: expected 6 but got 0 | ||
NOTRUN SVC L1T2 Unsupported config: {"codec":"avc1.42001E","avc":{"format":"annexb"},"hardwareAcceleration":"prefer-software","width":320,"height":200,"bitrate":1000000,"bitrateMode":"constant","framerate":30,"scalabilityMode":"L1T2"} | ||
NOTRUN SVC L1T3 Unsupported config: {"codec":"avc1.42001E","avc":{"format":"annexb"},"hardwareAcceleration":"prefer-software","width":320,"height":200,"bitrate":1000000,"bitrateMode":"constant","framerate":30,"scalabilityMode":"L1T3"} | ||
|
54 changes: 2 additions & 52 deletions
54
...mported/w3c/web-platform-tests/webcodecs/temporal-svc-encoding.https.any_vp8-expected.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,54 +1,4 @@ | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
|
||
Harness Error (FAIL), message = Error: assert_own_property: expected property "svc" missing | ||
|
||
FAIL SVC L1T2 assert_equals: expected 12 but got 0 | ||
FAIL SVC L1T3 assert_equals: expected 6 but got 0 | ||
PASS SVC L1T2 | ||
PASS SVC L1T3 | ||
|
54 changes: 2 additions & 52 deletions
54
...mported/w3c/web-platform-tests/webcodecs/temporal-svc-encoding.https.any_vp9-expected.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,54 +1,4 @@ | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
CONSOLE MESSAGE: Error: assert_own_property: expected property "svc" missing | ||
|
||
Harness Error (FAIL), message = Error: assert_own_property: expected property "svc" missing | ||
|
||
FAIL SVC L1T2 assert_equals: expected 12 but got 0 | ||
FAIL SVC L1T3 assert_equals: expected 6 but got 0 | ||
PASS SVC L1T2 | ||
PASS SVC L1T3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.