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.
Pull request: https://github.com/WebKit/WebKit/pull/4480
Pull request: https://github.com/WebKit/WebKit/pull/4481
(In reply to Yacine Bandou from comment #2) > Pull request: https://github.com/WebKit/WebKit/pull/4481 This PR was not accepted. Closing.