PadLinkFunction


Description:

[ CCode ( has_target = false ) ]
public delegate PadLinkReturn PadLinkFunction (Pad pad, Object? parent, Pad peer)

Function signature to handle a new link on the pad.

Parameters:

pad

the Pad that is linked.

parent

the parent of pad. If the NEED_PARENT flag is set, parent is guaranteed to be not-%NULL and remain valid during the execution of this function.

peer

the peer Pad of the link

Returns:

the result of the link with the specified peer.


Namespace: Gst
Package: gstreamer-1.0