WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
302160
[MSE][GStreamer] Early reset m_isEndReached (EOS) when about to seek
https://bugs.webkit.org/show_bug.cgi?id=302160
Summary
[MSE][GStreamer] Early reset m_isEndReached (EOS) when about to seek
Enrique Ocaña
Reported
2025-11-07 08:54:20 PST
When a video has reached End Of Stream and a (backwards) seek is done, the media player won't ever complete the seek in some cases because the EOS condition is still in place and no buffers are ever going to be pushed. A Successful seek completion would reset the EOS condition, but that won't happen since the seek won't even start. See:
https://github.com/WebPlatformForEmbedded/WPEWebKit/pull/1568
Unfortunately, this problem can be only reproduced downstream, so any patch submitted will only work there and having it upstream will only be a preventive measure for upgrades to future versions.
Attachments
Add attachment
proposed patch, testcase, etc.
Enrique Ocaña
Comment 1
2025-11-07 09:00:01 PST
Pull request:
https://github.com/WebKit/WebKit/pull/53592
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