PadUnlinkFunction


Description:

[ CCode ( has_target = false ) ]
public delegate void PadUnlinkFunction (Pad pad, Object? parent)

Function signature to handle a unlinking the pad prom its peer.

The pad's lock is already held when the unlink function is called, so most pad functions cannot be called from within the callback.

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.


Namespace: Gst
Package: gstreamer-1.0