find
function find(name:String):Gst.ElementFactory {
// Gjs wrapper for gst_element_factory_find()
}Search for an element factory of the given name. Refs the returned element factory; caller is responsible for unreffing.
- name
name of factory to find
- Returns
Gst.ElementFactory if found, NULL otherwise