Element.unlinkPads

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

class Element
void
unlinkPads

Parameters

srcpadname string

the name of the GstPad in source element.

dest Element

a GstElement containing the destination pad.

destpadname string

the name of the GstPad in destination element.

Meta