Gst.Pad.prototype.event_default
function event_default(parent:Gst.Object, event:Gst.Event):Boolean { // Gjs wrapper for gst_pad_event_default() }
Invokes the default event handler for the given pad.
The EOS event will pause the task associated with pad before it is forwarded to all internally linked pads,
The the event is sent to all pads internally linked to pad. This function takes ownership of event.
- parent
the parent of pad or NULL
- event
the Gst.Event to handle.
- Returns
TRUE if the event was sent successfully.