Element.getRequestPad

Retrieves a pad from the element by name (e.g. "src_%d"). This version only retrieves request pads. The pad should be released with gst_element_release_request_pad(). This method is slow and will be deprecated in the future. New code should use gst_element_request_pad() with the requested template.

class Element
getRequestPad
(
string name
)

Parameters

name string

the name of the request GstPad to retrieve.

Return Value

Type: Pad

requested GstPad if found, otherwise NULL. Release after usage. [transfer full]

Meta