Stream syncronization using identity

Nicolas Dufresne nicolas.dufresne at collabora.com
Fri Jul 11 05:42:04 PDT 2014


Le jeudi 10 juillet 2014 à 23:03 -0700, Sudhir a écrit :
> I am trying to synchronize stream using identity element(as my sink element
> do not have sync option).  Also I have to add 10 second delay in output
> stream, to achieve this I have added 10 second delay to x264enc ouput buffer
> pts. Following are my observations.

It's most likely much faster to port your display sink to use
GstVideoSink base class. Note that this base class has an option
identity does not have, which is "show-preroll-frame". As Jan said,
preroll frame isn't synched. Otherwise, the frame would not change while
seeking in paused.

Nicolas




More information about the gstreamer-devel mailing list