push_event


Description:

public bool push_event (owned Event event)

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 ownership of the provided event so you should gst_event_ref it if you want to reuse the event after this call.

Parameters:

this

a Pad to push the event to.

event

the Event to send to the pad.

Returns: