Makes the element free the previously requested pad as obtained with Element.requestPad.
This does not unref the pad. If the pad was created by using Element.requestPad, Element.releaseRequestPad needs to be followed by gst_object_unref() to free the pad.
MT safe.
the gstreamer.Pad to release.
Makes the element free the previously requested pad as obtained with Element.requestPad.
This does not unref the pad. If the pad was created by using Element.requestPad, Element.releaseRequestPad needs to be followed by gst_object_unref() to free the pad.
MT safe.