Pad.setChainFunctionFull

Sets the given chain function for the pad. The chain function is called to process a GstBuffer input buffer. see GstPadChainFunction for more details.

class Pad
void
setChainFunctionFull

Parameters

chain GstPadChainFunction

the GstPadChainFunction to set.

userData void*

user_data passed to notify

notify GDestroyNotify

notify called when chain will not be used anymore.

Meta