Element.unlinkPads

Unlinks the two named pads of the source and destination elements. This is a convenience function for gst_pad_unlink().

class Element
void
unlinkPads

Parameters

srcpadname string

the name of the GstPad in source element.

dest Element

a GstElement containing the destination pad. [transfer none]

destpadname string

the name of the GstPad in destination element.

Meta