Pad.setChainListFunctionFull

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

class Pad
void
setChainListFunctionFull

Parameters

chainlist GstPadChainListFunction
userData void*

user_data passed to notify

notify GDestroyNotify

notify called when chainlist will not be used anymore.