Element.releaseRequestPad
void releaseRequestPad(gst.pad.Pad pad)Makes the element free the previously requested pad as obtained with [gst.element.Element.requestPad].
This does not unref the pad. If the pad was created by using [gst.element.Element.requestPad], [gst.element.Element.releaseRequestPad] needs to be followed by [gst.object.ObjectWrap.unref] to free the pad.
MT safe.
Parameters
pad | the #GstPad to release. |