[gst-devel] problematic pipeline

Martin Soto soto at informatik.uni-kl.de
Fri Dec 12 04:18:03 CET 2003


Hi Thomas:

On Fri, 2003-12-12 at 11:13, Thomas Vander Stichele wrote:
> Anyone knows what I'm doing wrong with this pipeline that used to work
> fine ?
> 
> [gst-cvs] [thomas at otto thomasvs]$
> /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 }
> WARNING: erroneous pipeline: No element "video_%d"
>          Trying to run anyway
> RUNNING pipeline

At least since the new parsing code is in, you cannot specify pads as
"video_%d".  The new syntax also seems to require that you name elements
explicitly. I cannot test right now (I'm at work) but I guess something
like this is fine for what you need:

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

Cheers,

M. S.
-- 
Martin Soto <soto at informatik.uni-kl.de>
Universität Kaiserslautern - AG Software Engineering





More information about the gstreamer-devel mailing list