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.
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.