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 464666 - [playbin] QT trailer hangs in preroll with decodebin2
[playbin] QT trailer hangs in preroll with decodebin2
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: 0.10.15
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-08-08 11:30 UTC by Tim-Philipp Müller
Modified: 2007-09-11 11:30 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tim-Philipp Müller 2007-08-08 11:30:56 UTC
This sometimes doesn't preroll for me with CVS, neither with decodebin nor with decodebin2:

$ USE_DECODEBIN2=1 gst-launch-0.10 playbin uri=http://images.apple.com/movies/wb/oceans_13/oceans_13-tlr2a_h480p.mov

Don't think we ever had problems with quicktime trailers in previous releases.

Attaching debug log.
Comment 1 Tim-Philipp Müller 2007-08-08 11:36:50 UTC
FWIW, this appears to be reproducable for other people with gutsy packages too:
<Zapek> __tim: stuck at 88 here. gutsy

Debug log can be found here (too large for bugzilla):

http://people.freedesktop.org/~tpm/464666-dbg.log.bz2
Comment 2 Tim-Philipp Müller 2007-09-11 10:57:46 UTC
This seems to work fine for me with decodebin now, but still not with decodebin2.
Comment 3 Tim-Philipp Müller 2007-09-11 11:30:02 UTC
Works for me now with this:

 2007-09-11  Tim-Philipp Müller  <tim at centricular dot net>

        Patch by: Josep Torra Valles <josep@fluendo.com>

        * gst/playback/gstplaybasebin.c:
          Increase upper limit for audio queue a bit; fixes preroll problem
          with playbin and decodebin2 when playing a quicktime trailer with
          multichannel audio via http (#464666).