release_request_pad


Description:

public void release_request_pad (Pad pad)

Makes the element free the previously requested pad as obtained with request_pad.

This does not unref the pad. If the pad was created by using request_pad, release_request_pad needs to be followed by unref to free the pad.

MT safe.

Parameters:

this

a Element to release the request pad of.

pad

the Pad to release.