Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[GStreamer] Fix double seek requested by downloadbuffer GStreamer ele…
…ment in webkibwebsrc https://bugs.webkit.org/show_bug.cgi?id=178079 Reviewed by Žan Doberšek. When the downloadbuffer GStreamer element requests two seeks too close to each other there's some rare race condition where our source answers that it is not seekable and ends up with downloadbuffer element to seek beyond the file size, which causes the server to issue a 416 HTTP error code eventually, causing our MediaPlayer to stop. * platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp: (webKitWebSrcStop): We only unset he seekable attribute if we are not seeking. Canonical link: https://commits.webkit.org/194408@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@223168 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information