Hi,
You want to use gst_pipeline_use_clock() with a common clock (it can be
the system clock). If you want the timestamps on packets from both
pipeline to match, you also need to do gst_pipeline_set_base_time()
with the same value (0 is a good value). Then they will both use the
same clock. You can just use the system clock on both (obtain using
gst_system_clock_option() ).
Also, you should know that the V4L2 API doesn't expose any hardware
clocks but instead converts (or timestamps) everything using the
monotonic clock.
On Mon, 2019-08-19 at 03:39 -0500, IgalKroyter wrote:
--
Olivier Crête
[hidden email]
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel