chain_list


Description:

public FlowReturn chain_list (owned BufferList list)

Chain a bufferlist to this.

The function returns FLUSHING if the pad was flushing.

If this was not negotiated properly with a CAPS event, this function returns NOT_NEGOTIATED.

The function proceeds calling the chainlist function installed on this (see gst_pad_set_chain_list_function) and the return value of that function is returned to the caller. NOT_SUPPORTED is returned if this has no chainlist function.

In all cases, success or failure, the caller loses its reference to list after calling this function.

MT safe.

Parameters:

this

a sink Pad, returns GST_FLOW_ERROR if not.

list

the BufferList to send, return GST_FLOW_ERROR if not.

Returns:

a FlowReturn from the pad.