<div dir="ltr"><div><div><div><div>Hi Tim. Waiting for the STEP_DONE message works, indeed, but with very poor performances. I can reach about 30-32 fps. Without this flag I can go up to 57-58 fps before the video hangs.<br>
<br></div>I don't need such a speed, though. So I will limit it to a reasonable value. Unfortunately I can't use the message because they are too slow.<br><br></div>It seems when I catch the end of the stream step by step the message EOS is not emitted. How to know there are no other frames?<br>
<br></div>Thanks again<br></div>Marco<br><br></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/7/13 Tim-Philipp Müller <span dir="ltr"><<a href="mailto:t.i.m@zen.co.uk" target="_blank">t.i.m@zen.co.uk</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Sat, 2013-07-13 at 14:07 +0200, Marco Trapanese wrote:<br>
<br>
> I periodically send a step event in this way:<br>
><br>
> QGst::StepEventPtr evt = QGst::StepEvent::create(QGst::FormatBuffers, 1,<br>
> 1.0, TRUE, FALSE);<br>
> m_pipeline->sendEvent(evt);<br>
><br>
> When I call this piece of code too fast the video hangs. I guess it's<br>
> because I request a new event before the previous has been completed.<br>
><br>
> How to know that so I don't send the next one?<br>
<br>
</div></div>You should get STEP_START and STEP_DONE messages on the pipeline's<br>
GstBus, I think.<br>
<br>
 Cheers<br>
  -Tim<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>