Element.getRequestPad

Retrieves a pad from the element by name. This version only retrieves request pads. The pad should be released with gst_element_release_request_pad().

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.

Meta