<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">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><br></div><div>-aps<br></div></div></div>