Element.getStaticPad

Retrieves a pad from @element by name. This version only retrieves already-existing (i.e. 'static') pads.

class Element
getStaticPad
(
string name
)

Parameters

name string

the name of the static #GstPad to retrieve.

Return Value

Type: Pad

the requested #GstPad if found, otherwise %NULL. unref after usage.

MT safe.

Meta