Closed
Bug 1896869
Opened 9 months ago
Closed 8 months ago
VideoFrame copyTo fails with "Failed to copy image data in RGBA plane"
Categories
(Core :: Audio/Video: Web Codecs, defect)
Core
Audio/Video: Web Codecs
Tracking
()
RESOLVED
DUPLICATE
of bug 1900632
People
(Reporter: evilpies, Assigned: chunmin)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
15.38 KB,
text/html
|
Details |
The attached test case fails withTypeError: Failed to copy image data in RGBA plane
in Firefox and works in Chrome. As far as I can tell the issue is that VideoFrame::Resource::CopyTo
doesn't support ImageFormat::GPU_VIDEO
.
Thanks to https://github.com/torokati44 for the testcase.
Assignee | ||
Comment 1•8 months ago
|
||
This seems duplicate with bug 1900632. I'll see if this can be fixed by the patches there.
Assignee: nobody → cchang
Assignee | ||
Comment 3•8 months ago
|
||
I've checked the test page and it works now.
You need to log in
before you can comment on or make changes to this bug.
Description
•