ProxyPad.chainListDefault
gst.types.FlowReturn chainListDefault(gst.pad.Pad pad, gst.object.ObjectWrap parent, gst.buffer_list.BufferList list)Invoke the default chain list function of the proxy pad.
Parameters
pad | a sink #GstPad, returns GST_FLOW_ERROR if not. |
parent | the parent of pad or null |
list | the #GstBufferList to send, return GST_FLOW_ERROR if not. |
Returns
a #GstFlowReturn from the pad.