Currently most WPTs in [videoFrame-copyTo-rgb](https://searchfox.org/mozilla-central/rev/346ac9335cbc33e3124a4541c938a0dc455e785e/testing/web-platform/meta/webcodecs/videoFrame-copyTo-rgb.any.js.ini) fail. We make it work unless some underlying image formats are unsupported.
Bug 1902115 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Currently most WPTs in [videoFrame-copyTo-rgb](https://searchfox.org/mozilla-central/rev/346ac9335cbc33e3124a4541c938a0dc455e785e/testing/web-platform/meta/webcodecs/videoFrame-copyTo-rgb.any.js.ini) fail. We make it work unless some underlying image formats are unsupported. The WIP is in https://github.com/ChunMinChang/gecko-dev/tree/b1902115
Currently most WPTs in [videoFrame-copyTo-rgb](https://searchfox.org/mozilla-central/rev/346ac9335cbc33e3124a4541c938a0dc455e785e/testing/web-platform/meta/webcodecs/videoFrame-copyTo-rgb.any.js.ini) fail. We make it work unless some underlying image formats are unsupported. The WIP patches are in https://github.com/ChunMinChang/gecko-dev/tree/b1902115
Currently most WPTs in [videoFrame-copyTo-rgb](https://searchfox.org/mozilla-central/rev/346ac9335cbc33e3124a4541c938a0dc455e785e/testing/web-platform/meta/webcodecs/videoFrame-copyTo-rgb.any.js.ini) fail. We make it work unless some underlying image formats are unsupported.
Currently most WPTs in [videoFrame-copyTo-rgb](https://searchfox.org/mozilla-central/rev/346ac9335cbc33e3124a4541c938a0dc455e785e/testing/web-platform/meta/webcodecs/videoFrame-copyTo-rgb.any.js.ini) fail. We make it work unless some underlying image formats are unsupported. ------------- update: The I420 to RGB color comparison will be fixed in bug 1904470 instead. This bug only updates VideoFrame to meet the latest spec, and only fix image conversion between RGBA types.
Currently most WPTs in [videoFrame-copyTo-rgb](https://searchfox.org/mozilla-central/rev/346ac9335cbc33e3124a4541c938a0dc455e785e/testing/web-platform/meta/webcodecs/videoFrame-copyTo-rgb.any.js.ini) fail. We make it work unless some underlying image formats are unsupported. ------------- update: The display-p3 color conversion will be fixed in bug 1904471 instead.