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 Event.ref it if you want to reuse the event after this call.
the gstreamer.Event to send to the pad.
TRUE if the event was handled.
MT safe.
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 Event.ref it if you want to reuse the event after this call.