GNOME Bugzilla – Bug 685818
Queue2 doesn't change fill level when seeking back into a "hole"
Last modified: 2018-11-03 12:16:18 UTC
See bug 635637 for Totem's implementation. When download buffering, we should be able to skip forward past the fill level (which seems to work) but when seeking back into a "hole", we should be resetting the fill level to match the current location of the slider. Eg: 1. launch totem test suite (in browser-plugin/tests/, run launch-web-server.sh start) 2. link a file that can be "download-buffered" in browser-plugin/tests (ln -s /test-file/blah.mov foo.mov) 3. play the movie: totem http://localhost:12345/foo.mov 4. click far forward (buffer level moves with it) 5. click back quite a bit again (buffer level doesn't move back, even though this section of the video isn't download) You'll also notice that the fill level doesn't seem to match the slider's position, which is a bit of a problem...
This is still a problem. Is it possible to get arbitrary seeking working when download-buffering with GStreamer right now? In which case, some example code would be appreciated so I can fix Totem's implementation.
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gstreamer/issues/31.