[gstreamer-bugs] [Bug 331678] Decodebin is not reusable within a single pipeline (as in you can't use a decodebin-based pipeline to play several songs subsequently)

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri Apr 28 15:27:57 PDT 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=331678
 GStreamer | gst-plugins-base | Ver: HEAD CVS





------- Comment #9 from Milosz Derezynski  2006-04-28 22:27 UTC -------
Playing first an ogg, then an mp3, results in the following error (here in
python, but same thing happens using GST with C):

[mderezynski at core ~]$ ./gstpy.py 
error Could not demultiplex stream.: gstoggdemux.c(2599): gst_ogg_demux_loop
(): /pipeline/input/decoder/oggdemux0:
could not read chains
error GStreamer encountered a general stream error.: gstoggdemux.c(2611):
gst_ogg_demux_loop (): /pipeline/input/decoder/oggdemux0:
stream stopped, reason error


It first plays the ogg, and when it should play the mp3, it errors with the
above.

I don't know if this is an ogg, or a vorbis issue, but the error comes from
oggdemux, and in any case i believe this is (still) a decodebin issue anyway,
hence i am reopening this bug.

Please try with the 2 files you can find at:

http://futurepast.free.fr/gst-test/

or some other mp3/ogg files (please adapt the source code in this case), but
make sure you play an ogg _FIRST_, and _THEN_ an mp3 file (the error doesn't
happen if the sequence is the other way around).


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list