PadIterIntLinkFunction


Description:

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

The signature of the internal pad link iterator function.

Parameters:

pad

The Pad to query.

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.

Returns:

a new Iterator that will iterate over all pads that are linked to the given pad on the inside of the parent element.

the caller must call free after usage.


Namespace: Gst
Package: gstreamer-1.0