chain_list_default

function chain_list_default(pad:Gst.Pad, parent:Gst.Object, list:Gst.BufferList):Gst.FlowReturn {
    // Gjs wrapper for gst_proxy_pad_chain_list_default()
}

Invoke the default chain list function of the proxy pad.

pad

a sink Gst.Pad, returns GST_FLOW_ERROR if not.

parent

the parent of pad or NULL

list

the Gst.BufferList to send, return GST_FLOW_ERROR if not.

Returns

a Gst.FlowReturn from the pad.