Oh ok Thx :P<br><span class="sg"></span><br><br><div><span class="gmail_quote">2008/3/26, Sjoerd Simons &lt;<a href="mailto:sjoerd@luon.net">sjoerd@luon.net</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Wed, Mar 26, 2008 at 07:46:38PM +0100, Julien Isorce wrote:<br> &gt; Hi,<br> &gt;<br> &gt; I don&#39;t know if it&#39; s a bug but the following commande line is not working:<br> &gt; gst-launch-0.10 -v videotestsrc num_buffers=50 ! video/x-raw-rgb,<br>
 &gt; framerate=(fraction)1/1 ! fakesink<br> &gt;<br> &gt; The totaltime should be 50s (because of the framerate) but it&#39;s executed in<br> &gt; less than 2s (because default framerate is 30).<br> &gt;<br> &gt; Where am I wrong ?</blockquote>
<div><br><br><div style="direction: ltr;">fakesink is by default not synced to the clock. So it takes buffers<br>
as fast as it can handle them. use the sync=1 property to sync to the<br>
clock and the duration of the pipeline will be 50s.<br>
</div><div style="direction: ltr;"><span class="q"><br>
gst-launch-0.10 -v videotestsrc num_buffers=50 ! video/x-raw-rgb,<br>
</span></div><div style="direction: ltr;">framerate=\(fraction\)1/1 ! fakesink sync=1<br>
<br>
Gr,<br>
</div><span class="sg">Thijs<br><br></span>&nbsp;<br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">fakesink doesn&#39;t sync to the clock by default. Try with fakesink sync=true<br>
 <br>&nbsp;&nbsp;Sjoerd<br> <br>--<br> The door is the key.<br> </blockquote></div><br>