[Webkit-unassigned] [Bug 257016] Media recorder produces empty chunks
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue May 23 02:36:54 PDT 2023
https://bugs.webkit.org/show_bug.cgi?id=257016
--- Comment #3 from youenn fablet <youennf at gmail.com> ---
In the failing case, CanvasCaptureMediaStreamTrack::Source::canvasChanged returns early because the rendering context needsPreparationForDisplay returns true.
But the document is not observing the canvas so ends up not triggering the code path of HTMLCanvasElement::prepareForDisplay.
--
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/20230523/f92cc7a8/attachment-0001.htm>
More information about the webkit-unassigned
mailing list