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 601315 - [uridecodebin] No download buffering for AVI files
[uridecodebin] No download buffering for AVI files
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
0.10.x
Other Linux
: Normal normal
: 0.10.29
Assigned To: GStreamer Maintainers
GStreamer Maintainers
: 588407 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2009-11-09 21:39 UTC by Johannes Schmid
Modified: 2010-04-01 18:52 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Johannes Schmid 2009-11-09 21:39:55 UTC
This was created as addition to bug 361793!

Probably this is a bug in gstreamer for not providing this information but anyway, there is no buffer status for DivX files available. 

Example: http://www.jhepple.com/support/SampleMovies/AVI_DivX.avi
Comment 1 Bastien Nocera 2009-11-13 17:56:32 UTC
We can't do download buffering on those, as the AVI index isn't available at the start of the file. This would require the queue2 element in GStreamer's playbin2 to try and do a seek on the web server (which might, or might not work).

See also:
https://bugzilla.gnome.org/show_bug.cgi?id=600877
Comment 2 Bastien Nocera 2010-03-24 16:01:36 UTC
*** Bug 588407 has been marked as a duplicate of this bug. ***
Comment 3 Wim Taymans 2010-04-01 13:22:33 UTC
commit 133f804d2d5ff1e9c6c58e41849507f39137e489
Author: Wim Taymans <wim.taymans@collabora.co.uk>
Date:   Thu Mar 25 18:45:48 2010 +0100

    uridecodebin: we can handle avi in download mode too
    
    Add avi to the whitelisted types that can be used for download buffering.
Comment 4 Johannes Schmid 2010-04-01 18:52:22 UTC
great! thanks! I going to find some legal streaming sites ;)