Gst.Element.prototype.unlink_pads

function unlink_pads(srcpadname:String, dest:Gst.Element, destpadname:String):void {
    // Gjs wrapper for gst_element_unlink_pads()
}

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

This is a convenience function for Gst.unlink.

srcpadname

the name of the Gst.Pad in source element.

dest

a Gst.Element containing the destination pad.

destpadname

the name of the Gst.Pad in destination element.