[gst-devel] problematic pipeline

Ronald Bultje rbultje at ronald.bitfreak.net
Fri Dec 12 03:41:01 CET 2003


On Fri, 2003-12-12 at 11:13, Thomas Vander Stichele wrote:
> /home/thomas/gst/cvs/gstreamer/tools/gst-launch filesrc
> location=/home/thomas/gst/media/good/alien.mpg ! mpegdemux video_%d! {
> queue ! md5sink } mpegdemux0.audio_%02d! { queue ! fakesink }

gst-launch filesrc location=alien.mpg ! mpegdemux name=demux .video_00 !
{ queue ! md5sink } demux.audio_00 ! { queue ! fakesink }

While testing this, I noticed something worse:
[rbultje at shrek gst-plugins]$ ../gstreamer/tools/gst-launch filesrc
location=alien.mpg ! mpegdemux name=demux .video_00 ! { queue ! md5sink
} demux.audio_00 ! { queue ! fakesink }
RUNNING pipeline
ERROR: /pipeline0/filesrc0: opening file "alien.mpg" (No such file or
directory)pipeline doesn't want to play
 
GThread-ERROR **: file gthread-posix.c: line 247 (): error 'Device or
resource busy' during 'pthread_cond_destroy ((pthread_cond_t *) cond)'
aborting...
Aborted
[rbultje at shrek gst-plugins]$

Now imagine what happens when I open a non-existing file in gst-player?
It won't pop up an error dialog...

Ohwell, later. I'm currently trying to figure out how to get SVQ3
working...

Ronald

-- 
Ronald Bultje <rbultje at ronald.bitfreak.net>
Linux Video/Multimedia developer





More information about the gstreamer-devel mailing list