RESOLVED FIXED 267326
MediaPlayerPrivateWebM caused the seeked event to be fired before the seek has completed.
https://bugs.webkit.org/show_bug.cgi?id=267326
Summary MediaPlayerPrivateWebM caused the seeked event to be fired before the seek ha...
Jean-Yves Avenard [:jya]
Reported 2024-01-10 03:14:12 PST
MediaPlayerPrivateWebM::seekToTarget immediately consider the seek to have completed and resume playback before any frames have been decoded [1] This causes the `seeked` event to be fired too early and making it difficult to perform reference test. [1] https://searchfox.org/wubkat/rev/889804f28206ffa2dd7930e2e52df50dc4260049/Source/WebCore/platform/graphics/cocoa/MediaPlayerPrivateWebM.mm#282-286
Attachments
Radar WebKit Bug Importer
Comment 1 2024-01-10 03:14:31 PST
Jean-Yves Avenard [:jya]
Comment 2 2024-01-11 00:52:53 PST
EWS
Comment 3 2024-01-16 17:48:32 PST
Committed 273109@main (925970b7979d): <https://commits.webkit.org/273109@main> Reviewed commits have been landed. Closing PR #22649 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.