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 151605 - impossible to play .mpg or avi files with gst-launch-ext
impossible to play .mpg or avi files with gst-launch-ext
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.8.5
Other Linux
: Normal normal
: 0.8.8
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-09-01 13:38 UTC by Frederic Crozat
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.5/2.6



Description Frederic Crozat 2004-09-01 13:38:30 UTC
Trying to play mpg or avi file with gst-launch-ext :

gst-launch-ext-0.8 foobar.mpg

output :
No configuration file /home/a/.gst found. You might want to create one.
This is not an error, just a friendly reminder... Check the manpage.

Running command-line 
gst-launch-0.8 filesrc location="foobar.mpg" ! mpegdemux name=demux ! { queue !
mpeg2dec ! ffmpegcolorspace ! xvimagesink } { demux. ! queue ! mad ! osssink }

tube execution in progress

Gstreamer-error : file gstelement.c : line 3007 (gst_element_change_state):
should not be reached.

This is with gstreamer 0.8.5 and gst-plugins 0.8.4 (or 0.8.3).

I don't have any problem to display video stream, using :
gst-launch-0.8 filesrc location="foobar.mpg" ! mpegdemux name=demux ! mpeg2dec !
ffmpegcolorspace ! xvimagesink
Comment 1 Christian Fredrik Kalager Schaller 2004-12-16 22:37:46 UTC
Ok, fixed the mpeg pipeline in CVS. Closing.