<div>Hello,</div> <div> </div> <div>I am new to GStreamer and I was trying example launch lines mentioned in the plugins documentation. </div> <div> </div> <div>When I run the following launch line with an avi file that only has audio/video, the thing freezes after preroll</div> <div> </div> <div>gst-launch filesrc test.avi ! avidemux name=demux demux.audio_00 ! decodebin ! audioconvert ! audioresample ! autoaudiosink demux.video_00 ! queue ! decodebin ! ffmpegcolorspace ! videoscale ! autovideosink</div> <div> </div> <div>If the AVI has both audio and vide, the above works fine.</div> <div> </div> <div>I created the AVI files using the launch line specified in the avimux documentation and removed the audio part (for eg)</div> <div> </div> <div>gst-launch-0.10 videotestsrc num-buffers=250 \<BR>! 'video/x-raw-yuv,format=(fourcc)I420,width=320,height=240,framerate=(fraction)25/1' \<BR>! queue ! mux. \<BR>avimux
name=mux ! filesink location=test.avi</div> <div> </div> <div>If in the gst-launch when playing if I take out the audio part, the same file works fine.</div> <div> </div> <div>gst-launch filesrc test.avi ! avidemux name=demux demux.video_00 ! queue ! decodebin ! ffmpegcolorspace ! videoscale ! autovideosink</div> <div> </div> <div>Can you let me know what I am missing?</div> <div> </div> <div>thanks</div> <div>kannan</div><p> 
<hr size=1>Building a website is a piece of cake. <br>Yahoo! Small Business gives you <a href="http://us.rd.yahoo.com/evt=48251/*http://smallbusiness.yahoo.com/webhosting/?p=PASSPORTPLUS">all the tools to get online.</a>