Gst.Element.prototype.get_static_pad

function get_static_pad(name:String):Gst.Pad {
    // Gjs wrapper for gst_element_get_static_pad()
}

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

name

the name of the static Gst.Pad to retrieve.

Returns

the requested Gst.Pad if found, otherwise null. unref after usage. MT safe.