[Webkit-unassigned] [Bug 279891] Green flickering when rendering VideoFrame to canvas using WebGL

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 30 08:34:36 PDT 2024


https://bugs.webkit.org/show_bug.cgi?id=279891

--- Comment #8 from Michael Hagar <michael.hagar at zoom.us> ---
Looking into it more, it seems like the issue only happens if we close the VideoFrame via VideoFrame.close(). If I remove that call, or instead only close the previous frame, it works. 

Is it possible that the VideoFrame is being closed before the call to `texImage2d` has finished internally?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240930/c7e12e01/attachment.htm>


More information about the webkit-unassigned mailing list