Element.releaseRequestPad

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.ObjectGst.unref to free the pad.

MT safe.

class Element
void
releaseRequestPad

Parameters

pad gst.pad.Pad

the #GstPad to release.