[wpt-sync] Sync PR 50618 - Implement orientation support for WebCodecs VideoDecoder.
Categories
(Core :: Audio/Video: Web Codecs, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox137 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Attachments
(5 files)
Sync web-platform-tests PR 50618 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/50618
Details from upstream follow.
Dale Curtis <dalecurtis@chromium.org> wrote:
Implement orientation support for WebCodecs VideoDecoder.
This implements the current spec language by copying the provided
transform from the VideoDecoderConfig to each output frame. See
https://github.com/w3c/webcodecs/pull/874 for spec details.As part of this, the codec specific wpt test code is split into
its own file to make adding new tests (to avoid breaking interop
agreements).R=eugene
Bug: 327625558
Change-Id: I7c96007a27a634c8da80b72266171c8e13645e46
Reviewed-on: https://chromium-review.googlesource.com/6221543
WPT-Export-Revision: 84bc13b0c5fe3b01ec93dd49e87190d103f6d8a7
Assignee | ||
Updated•14 days ago
|
Assignee | ||
Comment 1•14 days ago
|
||
Assignee | ||
Comment 2•14 days ago
|
||
Assignee | ||
Comment 3•14 days ago
|
||
Assignee | ||
Comment 4•13 days ago
|
||
Assignee | ||
Comment 5•13 days ago
|
||
Assignee | ||
Comment 7•13 days ago
|
||
Assignee | ||
Comment 8•13 days ago
|
||
Comment 9•12 days ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/fb5079828079
https://hg.mozilla.org/mozilla-central/rev/79a589403171
Description
•