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

srcpadnamethe name of the #GstPad in source element.
desta #GstElement containing the destination pad.
destpadnamethe name of the #GstPad in destination element.