ProxyPad.chainDefault

gst.types.FlowReturn chainDefault(gst.pad.Pad pad, gst.object.ObjectWrap parent, gst.buffer.Buffer buffer) static nothrow

Invoke the default chain function of the proxy pad.

Parameters

pada sink #GstPad, returns GST_FLOW_ERROR if not.
parentthe parent of pad or null
bufferthe #GstBuffer to send, return GST_FLOW_ERROR if not.

Returns

a #GstFlowReturn from the pad.