Pad.setChainListFunctionFull

Sets the given chain list function for the pad. The chainlist function is called to process a #GstBufferList input buffer list. See #GstPadChainListFunction for more details.

class Pad
void
setChainListFunctionFull

Parameters

chainlist GstPadChainListFunction

the #GstPadChainListFunction to set.

userData void*

user_data passed to @notify

notify GDestroyNotify

notify called when @chainlist will not be used anymore.

Meta