[wpt-sync] Sync PR 47685 - [EncodedTransform] Detach buffer after writing a frame
Categories
(Core :: WebRTC: Networking, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox131 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 47685 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/47685
Details from upstream follow.
Lucia <alonsomozol@google.com> wrote:
[EncodedTransform] Detach buffer after writing a frame
Add logic for detaching the DOMArrayBuffer frame_data_ after writing
an RTCEncodedAudioFrame or RTCEncodedVideoFrame.This applies only to streams created with RTCRtpScriptTransform. The behavior of the old API (createEncodedTransform) remains unmodified.
Bug: 354881878
Change-Id: Ia939af54d8dcfeb374cfee834a6519cd63df37c1
Reviewed-on: https://chromium-review.googlesource.com/5789285
WPT-Export-Revision: 5d9f8cd3e154f9e26e6a42d7bf40d631a7c7d67d
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Comment 1•1 year ago
|
||
| Assignee | ||
Comment 2•1 year ago
|
||
| Assignee | ||
Comment 3•1 year ago
|
||
CI Results
Ran 9 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
PASS : 2
FAIL : 2
Chrome
TIMEOUT: 1
ERROR : 1
NOTRUN : 3
Safari
OK : 1
PASS : 2
FAIL : 2
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /webrtc-encoded-transform/RTCRtpScriptTransform-encoded-transform.https.html [wpt.fyi]
- Receiver and sender read, modifiy and write video frames.:
FAIL(Chrome:TIMEOUT, Safari:FAIL) - Receiver and sender read, modifiy and write audio frames.:
FAIL(Chrome:NOTRUN, Safari:FAIL)
- Receiver and sender read, modifiy and write video frames.:
Comment 5•1 year ago
|
||
| bugherder | ||
Description
•