Element.getStaticPad

gst.pad.Pad getStaticPad(string name)

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

Parameters

namethe name of the static #GstPad to retrieve.

Returns

the requested #GstPad if

found, otherwise null. unref after usage.

MT safe.