Gst.Element.prototype.release_request_pad
function release_request_pad(pad:Gst.Pad):void { // Gjs wrapper for gst_element_release_request_pad() }
Makes the element free the previously requested pad as obtained with Gst.Element.prototype.get_request_pad.
This does not unref the pad. If the pad was created by using Gst.Element.prototype.get_request_pad, Gst.Element.prototype.release_request_pad needs to be followed by Gst.unref to free the pad.
MT safe.
- pad
the Gst.Pad to release.