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

class Pad
int
eventDefault

Parameters

parent ObjectGst

the parent of pad or NULL. [allow-none]

event Event

the GstEvent to handle. [transfer full]

Return Value

Type: int

TRUE if the event was sent successfully.

Meta