WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
245358
[GStreamer][MSE] Avoid seeking in READY or NULL pipeline state
https://bugs.webkit.org/show_bug.cgi?id=245358
Summary
[GStreamer][MSE] Avoid seeking in READY or NULL pipeline state
Yacine Bandou
Reported
2022-09-19 05:27:37 PDT
We should put the seek request on pending when the GStreamer pipeline is in a state below PAUSED state. Because before the PAUSED state, the hardware devices are not ready to doing a seek and reset the devices, such as the video decoder, knowing that in the READY state we reserve and open the devices asynchronously. We also need to avoid performing a new seek when another is pending, this behavior improves robustness when performing many searches in a short period of time.
Attachments
Add attachment
proposed patch, testcase, etc.
Yacine Bandou
Comment 1
2022-09-19 05:45:58 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/4480
Yacine Bandou
Comment 2
2022-09-19 05:58:12 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/4481
Philippe Normand
Comment 3
2024-01-28 02:19:11 PST
(In reply to Yacine Bandou from
comment #2
)
> Pull request:
https://github.com/WebKit/WebKit/pull/4481
This PR was not accepted. Closing.
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