chain_default
function chain_default(pad:Gst.Pad, parent:Gst.Object, buffer:Gst.Buffer):Gst.FlowReturn { // Gjs wrapper for gst_proxy_pad_chain_default() }
Invoke the default chain function of the proxy pad.
- pad
a sink Gst.Pad, returns GST_FLOW_ERROR if not.
- parent
the parent of pad or NULL
- buffer
the Gst.Buffer to send, return GST_FLOW_ERROR if not.
- Returns
a Gst.FlowReturn from the pad.