[gst-devel] pipeline dont change to PLAYING
Tim Müller
t.i.m at zen.co.uk
Thu May 22 00:00:15 CEST 2008
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
More information about the gstreamer-devel
mailing list