You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug 1947814 - Ensure that we continue to issue video frame request callbacks after seeking. r=media-playback-reviewers,alwu
When a video completes, we can present the first frame again, with its
original first frame ID. We tried to fix this by filtering for earlier
frames which should generally work since we redecode after a seek.
But if the seek produces earlier frames as well, then we can
unexpectedly suppress those video frame request callbacks. As such, we
now track how many frames have been presented separately from the frame
ID. If we have never seeked, then these values will always been the
same. Otherwise we will diverge in order to maintain the monotonically
increasing requirement.
Differential Revision: https://phabricator.services.mozilla.com/D239944
0 commit comments