Element.unlinkPads
void unlinkPads(string srcpadname, gst.element.Element dest, string destpadname)Unlinks the two named pads of the source and destination elements.
This is a convenience function for [gst.pad.Pad.unlink].
Parameters
srcpadname | the name of the #GstPad in source element. |
dest | a #GstElement containing the destination pad. |
destpadname | the name of the #GstPad in destination element. |