After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 680183 - queue2: when download buffering has holes, plug the holes
queue2: when download buffering has holes, plug the holes
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal enhancement
: 1.3.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
: 722708 (view as bug list)
Depends on:
Blocks: 635637
 
 
Reported: 2012-07-18 16:02 UTC by Bastien Nocera
Modified: 2014-05-08 15:16 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Bastien Nocera 2012-07-18 16:02:52 UTC
When you download buffer, end up with unbuffered ranges in the stream, but the download from your current location to the end of the stream is finished, we should try our best to plug the holes in the stream, so it is complete if we left it to continue.
Comment 1 Tim-Philipp Müller 2014-01-21 22:43:32 UTC
*** Bug 722708 has been marked as a duplicate of this bug. ***
Comment 2 Wim Taymans 2014-05-08 15:16:49 UTC
Should work as described with the newly enabled downloadbuffer element

commit 0e8b47443ec0d99d144957e27d238d1617b10c01
Author: Wim Taymans <wtaymans@redhat.com>
Date:   Thu May 8 17:10:26 2014 +0200

    uridecodebin: use downloadbuffer for download buffering
    
    Use the new downloadbuffer element to implement the download buffering
    feature
    
    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=680183