Bug 282782
Summary: | requestVideoFrameCallback is never called when video element is paused | ||
---|---|---|---|
Product: | WebKit | Reporter: | Jean-Yves Avenard [:jya] <jean-yves.avenard> |
Component: | Media | Assignee: | Jean-Yves Avenard [:jya] <jean-yves.avenard> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | jer.noble, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=283624 |
Jean-Yves Avenard [:jya]
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/139473124>
Jean-Yves Avenard [:jya]
Pull request: https://github.com/WebKit/WebKit/pull/36896
Jean-Yves Avenard [:jya]
*** Bug 265298 has been marked as a duplicate of this bug. ***
EWS
Committed 287259@main (7372c4293daa): <https://commits.webkit.org/287259@main>
Reviewed commits have been landed. Closing PR #36896 and removing active labels.