ElementFactory.find

gst.element_factory.ElementFactory find(string name) static nothrow

Search for an element factory of the given name. Refs the returned element factory; caller is responsible for unreffing.

Parameters

namename of factory to find

Returns

#GstElementFactory if found,

null otherwise