[gst-devel] gst-python: how to use BaseSink.set_sync()
Antoine Pitrou
antoine.pitrou at wengo.fr
Fri Oct 20 14:10:04 CEST 2006
Le vendredi 20 octobre 2006 à 13:50 +0200, Edward Hervey a écrit :
> The data is pushed in a stream, when it arrives on the basesink sink
> pad the following happens:
> * data arrives on sinkpad
> * if (sync==true) && render : wait for sync time and then call render
> * else if render: call render without waiting
> * else : discard buffer
> * Thread goes back to whatever pushes the data (a function in a
> source element for ex)
Thanks a lot, it's much clearer now !
Antoine.
More information about the gstreamer-devel
mailing list