Pad.eventDefault

Invokes the default event handler for the given pad. End-of-stream and discontinuity events are handled specially, and then the event is sent to all pads internally linked to pad. Note that if there are many possible sink pads that are internally linked to pad, only one will be sent an event. Multi-sinkpad elements should implement custom event handlers.

class Pad
int
eventDefault

Parameters

event Event

the GstEvent to handle.

Return Value

Type: int

TRUE if the event was sent succesfully.

Meta