Maybe your hardware is slow , and thats where the sink is dropping frames. You can verify this by using sync=false after ximagesink, which in a way you already did by using GST_CLOCK_TIME_NONE. Check with other stream , maybe a .mov/mp4 file using qtdemux.<br>
<br>- kapil<br><br><div class="gmail_quote">On Wed, Mar 3, 2010 at 3:45 PM, sudarshan bisht <span dir="ltr">&lt;<a href="mailto:bisht.sudarshan@gmail.com">bisht.sudarshan@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;">
You can try setting &quot;max-size-buffers&quot; property in queue element to some number ( optimum )  . <br><div><div></div><div class="h5"><br>
<div class="gmail_quote">On Wed, Mar 3, 2010 at 2:57 PM, Sedji Gaouaou <span dir="ltr">&lt;<a href="mailto:sedji.gaouaou@atmel.com" target="_blank">sedji.gaouaou@atmel.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0px 0px 0px 0.8ex; padding-left: 1ex;">Hello,<br><br>I am currently working on a gstreamer plugin for the atmel<br>at91sam9m10(source can be found here:<br>

<a href="http://www.at91.com/linux4sam/bin/view/Linux4SAM/SAM9M10Gstreamer" target="_blank">http://www.at91.com/linux4sam/bin/view/Linux4SAM/SAM9M10Gstreamer</a>). It<br>embeds a video decoder, and I am trying to make it works.<br>

<br>Currently I am testing it doing:<br>gst-launch filesrc location= mnt/video/AVI/MPEG4/myfile.avi ! avidemux<br>name=demux demux.video_00 ! queue ! x170 output=RGB16 inbuf-thresh=0000<br>output_width=480 output_height=240 ! ximagesink display=:0.0<br>

<br><br>It works for a while, but at some point I have this error:<br><br>WARNING: from element /GstPipeline:pipeline0/GstXImageSink:ximagesink0:<br>A lot of buffers are being dropped.<br>Additional debug info:<br>gstbasesink.c(2572): gst_base_sink_is_too_late ():<br>

/GstPipeline:pipeline0/GstXImageSink:ximagesink0:<br>There may be a timestamping problem, or this computer is too slow.<br><br>I am using the gstreamer_0.10.25.<br><br>I have noticed that this message comes from the gstbasesink.c, and I<br>

also noticed that if I change the timestamp of my decoded frame to<br>&quot;GST_CLOCK_TIME_NONE&quot;, then I don&#39;t see the problem anymore(but of<br>course the file is played in fast forward...)<br><br>I am quite stuck with this issue, so any idea will be great!!<br>

<br>Regards,<br>Sedji<br><br><br>------------------------------------------------------------------------------<br>Download Intel&amp;#174; Parallel Studio Eval<br>Try the new software tools for yourself. Speed compiling, find bugs<br>

proactively, and fine-tune applications for parallel performance.<br>See why Intel Parallel Studio got high marks during beta.<br><a href="http://p.sf.net/sfu/intel-sw-dev" target="_blank">http://p.sf.net/sfu/intel-sw-dev</a><br>

_______________________________________________<br>gstreamer-devel mailing list<br><a href="mailto:gstreamer-devel@lists.sourceforge.net" target="_blank">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>

</blockquote></div><br><br clear="all"><br></div></div>-- <br>Regards,<br><font color="#888888"><br>Sudarshan Bisht<br>
</font><br>------------------------------------------------------------------------------<br>
Download Intel&amp;#174; Parallel Studio Eval<br>
Try the new software tools for yourself. Speed compiling, find bugs<br>
proactively, and fine-tune applications for parallel performance.<br>
See why Intel Parallel Studio got high marks during beta.<br>
<a href="http://p.sf.net/sfu/intel-sw-dev" target="_blank">http://p.sf.net/sfu/intel-sw-dev</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><br clear="all"><br>-- <br><a href="http://www.linkedin.com/in/kapilagrawal">http://www.linkedin.com/in/kapilagrawal</a><br>