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.

class Pad
bool
eventDefault

Parameters

parent ObjectGst

the parent of @pad or %NULL

event Event

the #GstEvent to handle.

Return Value

Type: bool

%TRUE if the event was sent successfully.

Meta