[gstreamer-bugs] [Bug 154811] - cannot play mpeg1 files using gst-launch

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Wed Oct 13 06:56:11 PDT 2004


http://bugzilla.gnome.org/show_bug.cgi?id=154811
GStreamer | gst-plugins | Ver: 0.8.5





------- Additional Comments From sc5 at hermes.usherb.ca  2004-10-13 09:56 -------
There seems to be more than one problem here. First, the queue from the video
thread gets connected to the mpegparse:src instead of mpegdemux:video_00. If I
comment out the code to create a source pad in mpegparse.c, the video plays
correctly. I can also specify the video_00 pad myself on command-line but this
isn't practical because if there's no video stream, the pipeline gets stuck at
the end.

Second, there seem to be some kind of threading problem when I run the pipeline:
gst-launch-0.8 filesrc location="ferrari_456.mpg" ! mpegdemux name=demux ! {
queue ! mpeg2dec ! sdlvideosink } { demux. ! queue ! mad ! esdsink }
RUNNING pipeline ...
 
(process:26362): GStreamer-WARNING **: Unhandled state change from PLAYING to READY
 
(process:26362): GStreamer-WARNING **: Unhandled state change from PLAYING to READY

I'm running gstreamer-0.8.7 (with gstthread.c from CVS) and gst-plugins-0.8.5

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list