Pad.eventDefault

bool eventDefault(gst.object.ObjectWrap parent, gst.event.Event event)

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 event is sent to all pads internally linked to pad. This function takes ownership of event.

Parameters

parentthe parent of pad or null
eventthe #GstEvent to handle.

Returns

true if the event was sent successfully.