Gst.Pad.prototype.set_unlink_function_full
function set_unlink_function_full(unlink:Gst.PadUnlinkFunction):void { // Gjs wrapper for gst_pad_set_unlink_function_full() }
Sets the given unlink function for the pad. It will be called when the pad is unlinked.
- unlink
the Gst.PadUnlinkFunction to set.