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 gstreamer.Pad to retrieve.

Return Value

Type: Pad

the requested gstreamer.Pad if found, otherwise NULL. unref after usage.

MT safe.