[gst-devel] pipeline dont change to PLAYING

Liu, Bin b-liu at ti.com
Thu May 22 00:13:54 CEST 2008


Thanks Tim.
queue helps.

-Bin.

-----Original Message-----
From: gstreamer-devel-bounces at lists.sourceforge.net [mailto:gstreamer-devel-bounces at lists.sourceforge.net] On Behalf Of Tim Müller
Sent: Wednesday, May 21, 2008 5:00 PM
To: gstreamer-devel at lists.sourceforge.net
Subject: Re: [gst-devel] pipeline dont change to PLAYING

On Wed, 2008-05-21 at 16:35 -0500, Liu, Bin wrote:

> I'm new to gstreamer, and I compiled gstreamer-0.10.11,
> gst-plugins-base-0.10.11, and gst-plugins-good-0.10.5 for ARM board. - I
> don't want to explain why not use the latest version this time :) - When
> run the pipeline:
> 
> 	gst-launch -v --gst-debug-level=4 filesrc location=t.avi !
> avidemux name=t  t.audio_00 ! fakesink   t.video_00 ! fakesink
> 
> It doesn't change to PLAYING state.

You need to use queues, ie.  t.audio_00 ! queue ! fakesink and
t.video_00 ! queue ! fakesink  otherwise it won't preroll (google the
list archive for demuxer/tee/queue/preroll for details).

Cheers
 -Tim




-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
gstreamer-devel mailing list
gstreamer-devel at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel




More information about the gstreamer-devel mailing list