set_chain_list_function


Description:

[ CCode ( cname = "gst_pad_set_chain_list_function_full" ) ]
public void set_chain_list_function (PadChainListFunction chainlist, void* user_data = null, DestroyNotify? notify = null)

Sets the given chain list function for the pad.

The chainlist function is called to process a BufferList input buffer list. See PadChainListFunction for more details.

Parameters:

this

a sink Pad.

chainlist

the PadChainListFunction to set.

notify

notify called when chainlist will not be used anymore.

user_data

user_data passed to notify