gstreamer plugin function code flow

Mayank Agarwal mayank77fromindia at gmail.com
Wed Sep 10 23:53:02 PDT 2014


Hi,

I am trying to understand the function code flow of gstreamer plugin:

1.<plugin_name_init> function is called when thee plugin in referenced
in the pipeline.
2.chain function is the function in which all processing takes place
and is called when any data is available
at the src pad.
3.class_init function is called when the plugin object is instantiated
in the plugin class.


Please verify my above understanding:also please add about the
function calling sequence in gstreamer.

Regards,
Mayank


More information about the gstreamer-devel mailing list