<div dir="ltr">Sebastian, thank you so much for helping me to resolve the issue. I was able to fix my gapless loop by changing the "do-timestamp" property of the source element to TRUE.<div>After that mpeg encoder was very happy about the timestamp read from the every buffer even if it was taken from the already played chunk of video.</div><div>I still have some dropped frames between chunks, which I hope will be fixed in playbin3.</div><div>thanks,</div><div>MG</div></div><div class="gmail_extra"><br><div class="gmail_quote">On 14 June 2016 at 02:06, Sebastian Dröge <span dir="ltr"><<a href="mailto:sebastian@centricular.com" target="_blank">sebastian@centricular.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Mo, 2016-06-13 at 10:38 -0400, Michael Guinzbourg wrote:<br>
> Answering your last message - what's the best way to check PTS and<br>
> running times of the buffers in my video-sink?<br>
<br>
</span>Just use GST_BUFFER_PTS() and gst_segment_to_running_time() to get both<br>
and then print them with GST_TIME_FORMAT / GST_TIME_ARGS. Check the<br>
docs for details how to use them<br>
<div class="HOEnZb"><div class="h5"><br>
--<br>
Sebastian Dröge, Centricular Ltd · <a href="http://www.centricular.com" rel="noreferrer" target="_blank">http://www.centricular.com</a></div></div><br>_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
<br></blockquote></div><br></div>