Pad.pushEvent

Sends the event to the peer of the given pad. This function is mainly used by elements to send events to their peer elements. This function takes owership of the provided event so you should gst_event_ref() it if you want to reuse the event after this call.

class Pad
int
pushEvent

Parameters

event Event

the GstEvent to send to the pad.

Return Value

Type: int

TRUE if the event was handled. MT safe.

Meta