Event driven source

Petr Kulhavy brain at jikos.cz
Tue Nov 29 09:46:44 UTC 2016


Hi,

the GstBaseSrc class implies the use of polling the source in the create 
and fill methods. I.e. the create/fill waits for data from the source, 
reads it and returns it.
Is there an existing mechanism for event driven sources? I.e. to 
register a callback function, which is called every time data appears.

Thanks
Petr


More information about the gstreamer-devel mailing list