gst-launch filesrc location=test.avi ! avidemux name=demux  demux.audio_00 !<br>
decodebin ! audioconvert ! audioresample ! autoaudiosink   demux.video_00 !<br>
queue ! decodebin ! ffmpegcolorspace ! videoscale ! autovideosink<br><br>With above pipeline, AVI clips are playing properly.<br><br><div class="gmail_quote">On Mon, May 24, 2010 at 11:03 AM, Chenpeng <span dir="ltr">&lt;<a href="mailto:championonline@gmail.com">championonline@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
Dear all,<br>
<br>
I want to test avidemux, using gst-lauch like this:<br>
gst-launch filesrc location=test.avi ! avidemux name=demux  demux.audio_00 !<br>
decodebin ! audioconvert ! audioresample ! autoaudiosink   demux.video_00 !<br>
queue ! decodebin ! ffmpegcolorspace ! videoscale ! autovideosink<br>
But the pipeline donot work, it stopped. and the last message is &quot;pipeline<br>
is prerolling&quot;.<br>
<br>
then I have try to play audio or video only, like this<br>
gst-launch filesrc location=test.avi ! avidemux name=demux  demux.audio_00 !<br>
decodebin ! audioconvert ! audioresample ! autoaudiosink<br>
gst-launch filesrc location=test.avi ! avidemux name=demux   demux.video_00<br>
! queue ! decodebin ! ffmpegcolorspace ! videoscale ! autovideosink<br>
They all work well.<br>
<br>
Does Anybody give me some help  to solve this problem or how to debug the<br>
problem?<br>
<br>
Thank you very much.<br>
<font color="#888888">--<br>
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/Problem-about-avidemux-tp2228233p2228233.html" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/Problem-about-avidemux-tp2228233p2228233.html</a><br>

</font><div><div></div><div class="h5">Sent from the GStreamer-devel mailing list archive at Nabble.com.<br>
<br>
------------------------------------------------------------------------------<br>
<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
</div></div></blockquote></div><br>