[ 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.
this |
a sink Pad. |
chainlist |
the PadChainListFunction to set. |
notify |
notify called when |
user_data |
user_data passed to |