ElementFactory.create

Create a new element of the type defined by the given elementfactory. It will be given the name supplied, since all elements require a name as their first argument.

class ElementFactory
create
(
string name = null
)

Parameters

name string

name of new element, or null to automatically create a unique name

Return Value

Type: gst.element.Element

new #GstElement or null if the element couldn't be created