Element.unlinkPads

Unlinks the two named pads of the source and destination elements.

This is a convenience function for gst.pad.Pad.unlink.

class Element
void
unlinkPads

Parameters

srcpadname string

the name of the #GstPad in source element.

dest gst.element.Element

a #GstElement containing the destination pad.

destpadname string

the name of the #GstPad in destination element.