WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
316082
[MSE] notifyTimeReachedAndStall must not arm a stall behind currentTime
https://bugs.webkit.org/show_bug.cgi?id=316082
Summary
[MSE] notifyTimeReachedAndStall must not arm a stall behind currentTime
Jean-Yves Avenard [:jya]
Reported
2026-06-02 04:22:32 PDT
Under some circumstances imported/w3c/web-platform-tests/media-source/mediasource-duration.html will remove content from the sourceBuffer prior the currentTime and then change the duration. MediaPlayerPrivateMediaSourceAVFObjC::resetStallForTime always assumes that the duration() is ahead of currentTime and notifyTimeReachedAndStall This set the AudioVideoRendererRemote::m_stallCap which returns std::min(currentTime(), m_stallCap) This makes the currentTime appears to jump backward with no seek
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2026-06-02 04:22:39 PDT
<
rdar://problem/178513965
>
Jean-Yves Avenard [:jya]
Comment 2
2026-06-02 05:01:14 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/66251
EWS
Comment 3
2026-06-04 21:05:41 PDT
Committed
314610@main
(6e7720ec70a9): <
https://commits.webkit.org/314610@main
> Reviewed commits have been landed. Closing PR #66251 and removing active labels.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug