RESOLVED FIXED 282782
requestVideoFrameCallback is never called when video element is paused
https://bugs.webkit.org/show_bug.cgi?id=282782
Summary requestVideoFrameCallback is never called when video element is paused
Jean-Yves Avenard [:jya]
Reported 2024-11-07 15:45:15 PST
For both our webm and MSE implementation. The video frame metadata are gathered with a 60Hz timer added to the AV synchroniser. [1] When we are paused, this timer will never fire and so requestVideoFrameCallback will never call its callback. [1] https://searchfox.org/wubkat/rev/d45649fa32a499702c30474e94bd6843c4c67849/Source/WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateMediaSourceAVFObjC.mm#1677-1683
Attachments
Radar WebKit Bug Importer
Comment 1 2024-11-07 15:45:34 PST
Jean-Yves Avenard [:jya]
Comment 2 2024-11-20 07:35:54 PST
Jean-Yves Avenard [:jya]
Comment 3 2024-11-21 22:24:19 PST
*** Bug 265298 has been marked as a duplicate of this bug. ***
EWS
Comment 4 2024-12-02 22:59:34 PST
Committed 287259@main (7372c4293daa): <https://commits.webkit.org/287259@main> Reviewed commits have been landed. Closing PR #36896 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.