Edu,<div>Well there are no dropped frames now, your frame rates all match! Your original problem was different.  Using the sync option is fine, whatever works.<br clear="all"><b><br></b></div><div><b>Mike Mitchell</b><br><br>


<br><br><div class="gmail_quote">On Thu, Oct 6, 2011 at 4:01 AM, Eduardo Herraiz <span dir="ltr">&lt;<a href="mailto:edu@ifisc.uib-csic.es">edu@ifisc.uib-csic.es</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Hi,<br>
<br>
Looking for another solutions I tried with the option &quot;sync=false&quot; in the xvimagesink :<br>
gst-launch-0.10 \<br>
 videomixer2 name=mix ! video/x-raw-yuv,width=1536,height=768,framerate=25/1 ! xvimagesink sync=false \<br>
  v4l2src device=&quot;/dev/video0&quot; ! video/x-raw-yuv,width=640,height=480 ! videoscale ! video/x-raw-yuv,width=512,height=384 ! ffmpegcolorspace ! \<br>
    videobox border-alpha=0 top=-384 left=0 ! videorate silent=FALSE ! video/x-raw-yuv,framerate=25/1 ! queue ! mix. \<br>
  v4l2src device=&quot;/dev/video1&quot; ! video/x-raw-yuv,width=720,height=576 ! videoscale ! video/x-raw-yuv,width=512,height=384 ! ffmpegcolorspace ! \<br>
    videobox border-alpha=0 top=0 left=0 ! videorate silent=FALSE ! video/x-raw-yuv,framerate=25/1 ! queue ! mix. \<br>
  v4l2src device=&quot;/dev/video2&quot; ! video/x-raw-yuv,width=1024,height=768 ! ffmpegcolorspace  ! \<br>
     videobox border-alpha=0 top=0 left=-512 ! videorate silent=FALSE ! video/x-raw-yuv,framerate=25/1 ! queue ! mix.<br>
<br>
It works with a high framerate!!, but reading about sync option seems to be a debugging option:<br>
<a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-plugins/html/gst-plugins-base-plugins-ximagesink.html" target="_blank">http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-plugins/html/gst-plugins-base-plugins-ximagesink.html</a><br>


<br>
I can&#39;t see any information about dropped or added frames with videorate.<br>
<br>
Can I use this option for a production application? What&#39;s wrong with this?<br>
<br>
Bests<br>
Edu<br>
<br>
*****************************************************************<br>
Edu Herraiz - Web developer<br>
<a href="http://www.eduherraiz.com" target="_blank">http://www.eduherraiz.com</a><br>
<br>
IFISC<br>
email: <a href="mailto:edu@ifisc.uib-csic.es">edu@ifisc.uib-csic.es</a><br>
*****************************************************************<br>
<br>
<br>
<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</blockquote></div><br></div>