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.
the #GstPad to release.
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.