[Gstreamer-bugs] [Bug 103901] New - MPEG/MPG not playing

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Sun Jan 19 12:18:26 PST 2003


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=103901

Changed by mathewalexander at surewest.net.

--- shadow/103901	Sun Jan 19 15:18:26 2003
+++ shadow/103901.tmp.15179	Sun Jan 19 15:18:26 2003
@@ -0,0 +1,66 @@
+Bug#: 103901
+Product: GStreamer
+Version: 0.5.1
+OS: Linux
+OS Details: Gentoo Linux
+Status: NEW   
+Resolution: 
+Severity: normal
+Priority: Normal
+Component: gst-plugins
+AssignedTo: gstreamer-maint at bugzilla.gnome.org                            
+ReportedBy: mathewalexander at surewest.net               
+QAContact: gstreamer-maint at bugzilla.gnome.org
+TargetMilestone: 0.4.0
+URL: 
+Summary: MPEG/MPG not playing
+
+I'm able to start gst-launch-ext filename.mpg and there are no errors but
+it stops and hangs:
+
+gst-launch filesrc
+location="/home/mathew/Downloads/video/mpeg/beautifulvid.mpg" ! mpegdemux
+video_%02d! { queue ! mpeg2dec ! colorspace ! xvideosink }
+mpegdemux0.audio_%02d! { queue ! mad ! osssink }
+
+INFO (21183: 0) Initializing GStreamer Core Library version 0.5.1.1 
+INFO (21183: 0) CPU features: (00000000) MMX SSE 
+registry: loaded user_registry in 0.370901 seconds
+          (/home/mathew/.gstreamer/registry.xml)
+GStreamer-INFO: 0 live buffer(s)
+GStreamer-INFO: 0 live bufferpool(s)
+GStreamer-INFO: 0 live event(s)
+RUNNING pipeline
+/pipeline0/thread1/queue1.sink: caps = (GstCaps *) { audio/x-mp3;  }
+/pipeline0/thread1/queue1.src: caps = (GstCaps *) { audio/x-mp3;  }
+/pipeline0/thread1/mad0.sink: caps = (GstCaps *) { audio/x-mp3;  }
+/pipeline0/filesrc0.src: active = TRUE
+/pipeline0/mpegdemux0.sink: active = TRUE
+/pipeline0/mpegdemux0: streaminfo = (GstCaps *) {
+application/x-gst-streaminfo; mpegversion=(int) 1; bitrate=(int) 1396400 }
+/pipeline0/filesrc0.src: caps = (GstCaps *) { video/mpeg; mpegversion=(int)
+1; systemstream=(boolean) TRUE; parsed=(boolean) TRUE }
+/pipeline0/mpegdemux0.sink: caps = (GstCaps *) { video/mpeg;
+mpegversion=(int) 1; systemstream=(boolean) TRUE; parsed=(boolean) TRUE }
+/pipeline0/filesrc0.src: active = FALSE
+/pipeline0/mpegdemux0.sink: active = FALSE
+/pipeline0/mpegdemux0.video_00: caps = (GstCaps *) { video/mpeg;
+mpegversion=(int) 1; systemstream=(boolean) FALSE }
+/pipeline0/thread0/mpeg2dec0.sink: caps = (GstCaps *) { video/mpeg;
+mpegversion=(int) 1; systemstream=(boolean) FALSE }
+/pipeline0/thread0/queue0.src: caps = (GstCaps *) { video/mpeg;
+mpegversion=(int) 1; systemstream=(boolean) FALSE }
+/pipeline0/thread0/queue0.sink: caps = (GstCaps *) { video/mpeg;
+mpegversion=(int) 1; systemstream=(boolean) FALSE }
+/pipeline0/filesrc0.src: active = TRUE
+/pipeline0/mpegdemux0.sink: active = TRUE
+/pipeline0/mpegdemux0.video_00: active = TRUE
+/pipeline0/thread0/queue0.sink: active = TRUE
+/pipeline0/thread0/queue0.src: active = TRUE
+/pipeline0/thread0/mpeg2dec0.sink: active = TRUE
+/pipeline0/thread0/mpeg2dec0.src: active = TRUE
+/pipeline0/thread0/mpeg2dec0.user_data: active = TRUE
+/pipeline0/thread0/colorspace0.sink: active = TRUE
+/pipeline0/thread0/colorspace0.src: active = TRUE <-- hangs here
+
+Any Ideas?





More information about the Gstreamer-bugs mailing list