Pad.unlink

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

class Pad
bool
unlink

Parameters

sinkpad gst.pad.Pad

the sink #GstPad 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.