Pad.unlink

Unlinks the source pad from the sink pad. Will emit the unlinked signal on both pads.

class Pad
bool
unlink

Parameters

sinkpad Pad

the sink gstreamer.Pad to unlink.

Return Value

Type: bool

TRUE if the pads were unlinked. This function returns FALSE if the pads were not linked together.

MT safe.