<div>Hi, gstreamer-devel:</div>
<div>&nbsp;</div>
<div>&nbsp;&nbsp;&nbsp; 1. Add a probe in front of your sink element and print every buffer&#39;s timestamp. If the timestamp is discontinuous, consider all the elements in your pipeline which modified the timestamp.</div>
<div>&nbsp;</div>
<div>&nbsp;&nbsp;&nbsp; 2. If the timestamp of buffer is OK, watch the CPU load. It is possible that your processor cannot decode quickly.</div>
<div>&nbsp;</div>
<div>Eric Zhang<br></div>
<div class="gmail_quote">2008/12/16 Wierd O <span dir="ltr">&lt;<a href="mailto:wierdo_b@hotmail.com">wierdo_b@hotmail.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div><br>Hi all ,<br><br>I am using gstreamer to stream video from a file source in iMX27 freescale app processor. I have used the gst-launch command and i get the video output. But the video has jitter and sometimes pause for some time. I dont understand the problem since there is no error message. Here is the code for the output...<br>
<br>###################################################################################################<br><br>mx27# Setting pipeline to PAUSED ...<br>Pipeline is PREROLLING ...<br>/pipeline0/mfwgstvpu_dec0.sink: caps = video/mpeg, mpegversion=(int)4, systemstream=(int)0, height=(int)240, width=(int)320, framerate=(fraction)24999/1000<br>
/pipeline0/mfwgstvpu_dec0.sink: caps = video/mpeg, mpegversion=(int)4, systemstream=(int)0, height=(int)240, width=(int)320, framerate=(fraction)24999/1000<br>WARNING: from element /pipeline0/demux: pads are not negotiated!<br>
Additional debug info:<br>audio pads are not negotiated!<br>/pipeline0/mfwgstvpu_dec0.src: caps = video/x-raw-yuv, format=(fourcc)I420, width=(int)320, height=(int)240, pixel-aspect-ratio=(fraction)1/1, num-buffers-required=(int)3<br>
/pipeline0/mfw_gst_v4lsink_info_t0.sink: caps = video/x-raw-yuv, format=(fourcc)I420, width=(int)320, height=(int)240, pixel-aspect-ratio=(fraction)1/1, num-buffers-required=(int)3<br>Pipeline is PREROLLED ...<br>Setting pipeline to PLAYING ...<br>
New clock: GstSystemClock<br><br>###################################################################################################<br><br>Can somebody give me an idea where might be the problem ?<br><font color="#888888"><br>
W. <br></font>
<div class="WgoR0d"><br>
<hr>
Express yourself instantly with MSN Messenger! <a href="http://clk.atdmt.com/AVE/go/onm00200471ave/direct/01/" target="_blank">MSN Messenger</a></div></div><br>------------------------------------------------------------------------------<br>
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.<br>The future of the web can&#39;t happen without you. &nbsp;Join us at MIX09 to help<br>pave the way to the Next Web now. Learn more and register at<br>
<a href="http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/" target="_blank">http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/</a><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>
<br></blockquote></div><br>