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 724564 - Download buffering not working with 1.3 (regression)
Download buffering not working with 1.3 (regression)
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: dont know
1.x
Other Linux
: Normal blocker
: 1.3.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-02-17 17:35 UTC by Bastien Nocera
Modified: 2014-02-18 10:58 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Bastien Nocera 2014-02-17 17:35:37 UTC
Works with 1.2.
Comment 1 Tim-Philipp Müller 2014-02-17 17:39:49 UTC
Could you attach a xz-ed GST_DEBUG=*:6 log please? Might help figure out why it doesn't for you while it does work for me.
Comment 2 Bastien Nocera 2014-02-17 18:09:45 UTC
Here it is:
https://people.gnome.org/~hadess/no-download-buffering-bug-724564.log.xz
Comment 3 Wim Taymans 2014-02-18 10:23:06 UTC
souphttpsrc does not report the duration in BYTES anymore.
Comment 4 Wim Taymans 2014-02-18 10:58:45 UTC
commit 04a6c661c82a29df0627519da678595f48aa8abd
Author: Wim Taymans <wtaymans@redhat.com>
Date:   Tue Feb 18 11:49:37 2014 +0100

    basesrc: in automatic_eos mode, don't modify the size
    
    Don't set the size to -1 in automatic_eos mode (which also updates the
    duration to -1). We only want automatic_eos mode influence the maxsize
    calculations without any side effects.
    
    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=724564