[wpt-sync] Sync PR 40411 - Clone encoded WebRTC frame when deserializing RTCEncodedVideoFrame
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox116 fixed)
Tracking | Status | |
---|---|---|
firefox116 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 40411 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/40411
Details from upstream follow.
Tony Herre <toprice@chromium.org> wrote:
Clone encoded WebRTC frame when deserializing RTCEncodedVideoFrame
This fixes the issue that structuredClone() returns an
RTCEncodedVideoFrame using the same underlying frame as the original.Bug: 1450844
Change-Id: If923879337bc3b15020b08be7653af6a20bca7fb
Reviewed-on: https://chromium-review.googlesource.com/4584209
WPT-Export-Revision: ef27d5c1c4f8b51ef0ee4061a6bf3c36e6a127f1
Assignee | ||
Comment 1•1 years ago
|
||
Assignee | ||
Comment 2•1 years ago
|
||
Assignee | ||
Comment 3•1 years ago
|
||
CI Results
Ran 5 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 4 subtests
Status Summary
Firefox
OK
: 1
FAIL
: 4
Chrome
CRASH
: 1
Safari
OK
: 1
FAIL
: 4
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /webrtc-encoded-transform/RTCPeerConnection-insertable-streams-video.https.html [wpt.fyi]:
OK
[GitHub
],SKIP
[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview
,Gecko-android-em-7.0-x86_64-qr-debug-geckoview
,Gecko-android-em-7.0-x86_64-qr-opt-geckoview
,Gecko-linux1804-64-qr-debug
,Gecko-linux1804-64-qr-opt
] (Chrome:CRASH
, Safari:OK
)- Frames flow correctly using insertable streams:
FAIL
(Safari:FAIL
) - Frames flow correctly using insertable streams when receiver starts negotiation:
FAIL
(Safari:FAIL
) - Creating streams twice throws:
FAIL
(Safari:FAIL
) - Encoded frames serialize and deserialize into a deep clone:
FAIL
(Safari:FAIL
)
- Frames flow correctly using insertable streams:
Tests Disabled in Gecko Infrastructure
- /webrtc-encoded-transform/RTCPeerConnection-insertable-streams-video.https.html [wpt.fyi]:
OK
[GitHub
],SKIP
[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview
,Gecko-android-em-7.0-x86_64-qr-debug-geckoview
,Gecko-android-em-7.0-x86_64-qr-opt-geckoview
,Gecko-linux1804-64-qr-debug
,Gecko-linux1804-64-qr-opt
] (Chrome:CRASH
, Safari:OK
)
Comment 5•1 year ago
|
||
bugherder |
Description
•