GNOME Bugzilla – Bug 87984
gst-player crashes on mpeg
Last modified: 2004-12-22 21:47:04 UTC
Package: GStreamer Severity: major Version: 0.4.0 Synopsis: gst-player crashes on mpeg Bugzilla-Product: GStreamer Bugzilla-Component: don't know Description: I have an mpeg file here which works in mplayer, xine, and all the other video players. gst-player 0.4.0 seems to choke on it. Here is the back trace:
+ Trace 24972
------- Bug moved to this database by unknown@bugzilla.gnome.org 2002-07-11 23:04 ------- Unknown version unspecified in product GStreamer. Setting version to "0.3.3". Reassigning to the default owner of the component, gstreamer-maint@bugzilla.gnome.org.
This looks like a unique stack trace.
Hey Kevin, can you a) attach your gstreamer registry to this bug report ? (it's in prefix/etc/gstreamer/reg.xml I think) b) try to play it with gst-launch-ext and paste output of that command in this bug report ?
Created attachment 10464 [details] My reg.xml file
I'm getting lots of weird errors from gst-launch-ext. I have tried this with a few different files, all files giving different complaints: kbreit@kbreit videos]$ gst-launch-ext kmfdm-jjj.asf No configuration file /home/kbreit/.gst found. You might want to create one. No suitable pipe found for extension asf. [kbreit@kbreit videos]$ gst-launch-ext ballmer-nutball.mpg No configuration file /home/kbreit/.gst found. You might want to create one. Running gst-launch filesrc location="ballmer-nutball.mpg" ! mpegdemux video_%02d! { queue ! mpeg2dec ! xvideosink } mpegdemux0.audio_%02d! { queue ! mad ! osssink } INFO ( 5626: 0) Initializing GStreamer Core Library version 0.4.0 INFO ( 5626: 0) CPU features: (0c040841) MMX SSE registry: loaded user_registry in 0.000562 seconds (/home/kbreit/.gstreamer/registry.xml) registry: loaded global_registry in 0.184330 seconds (/etc/gstreamer/registry.xml) ERROR: pipeline could not be constructed: Could not connect element mpeg2dec0 to xvideosink0 First, is there a utility to generate the GST dot file in ~/?
Can this bug be closed? Or is it still an issue?
Hey Kevin, as for .asf, it's normal that it doesn't play that type, we can't at this point. as for gst-launch-ext's .gst file, check the man page. The previous bug looks like it has been fixed in recent gstreamer. Please try again and reopen with new bt if I'm wrong, but it should work.