ElementFactory.find

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

class ElementFactory
static
find
(
string name
)

Parameters

name string

name of factory to find

Return Value

gstreamer.ElementFactory if found, NULL otherwise