Element.releaseRequestPad

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.

class Element
void
releaseRequestPad

Parameters

pad Pad

the gstreamer.Pad to release.