[gst-devel] Possibility to sync parallel pipelines?
Andy Wingo
wingo at pobox.com
Tue Aug 28 22:46:17 CEST 2007
On Tue 28 Aug 2007 20:16, "Florent THIERY" <fthiery at gmail.com> writes:
> is it possible for the pipelines to share the same sink "clock" ?
If they are all three in the same process, then get the clock from one
of them, and set it on the other pipelines using gst_pipeline_use_clock.
If they are in different processes, you will have to use the network
clock code. Google for gstreamer network clock and you will find things.
Regards,
Andy.
--
http://wingolog.org/
More information about the gstreamer-devel
mailing list