<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le jeu. 25 juill. 2019 19 h 10, pisymbol . <<a href="mailto:pisymbol@gmail.com">pisymbol@gmail.com</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Jul 24, 2019 at 4:39 PM Nicolas Dufresne <<a href="mailto:nicolas@ndufresne.ca" target="_blank" rel="noreferrer">nicolas@ndufresne.ca</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
> 2) basetime and starttime (when)<br>
<br>
You will always set starttime to -1 (GST_CLOCK_TIME_NONE) (which will<br>
tell the pipeline to not update these) and set the basetime to that<br>
same everywhere using gst_element_set_base_time() on you pipeline<br>
object.<br>
</blockquote><div><br></div><div>You do this before set the pipeline tate to playing? And then all streams will use the same wall clock, is that right?</div><div><br></div><div>I have a similar issue where I have two pipelines (left and right camera) and I would like both of them to be aligned to the same clock.</div></div></div></blockquote></div></div><div dir="auto"><br></div><div dir="auto">We'll, don't forget to enforce a specific clock with use_clock, otherwise it may pick an element provided clock and that won't work.</div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_quote"><div><br></div><div>-aps<br></div></div></div>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank" rel="noreferrer">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a></blockquote></div></div></div>