Pad.eventDefault

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

parent gst.object.ObjectGst

the parent of pad or null

event gst.event.Event

the #GstEvent to handle.

Return Value

Type: bool

true if the event was sent successfully.