Bug 245358
| Summary: | [GStreamer][MSE] Avoid seeking in READY or NULL pipeline state | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Yacine Bandou <bandou.yacine> |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | CC: | bugs-noreply, olivier.blin, philn |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Yacine Bandou
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
Pull request: https://github.com/WebKit/WebKit/pull/4480
Yacine Bandou
Pull request: https://github.com/WebKit/WebKit/pull/4481
Philippe Normand
(In reply to Yacine Bandou from comment #2)
> Pull request: https://github.com/WebKit/WebKit/pull/4481
This PR was not accepted. Closing.