Element.makeFromUri

gst.element.Element makeFromUri(gst.types.URIType type, string uri, string elementname = null)

Creates an element for handling the given URI.

Parameters

typeWhether to create a source or a sink
uriURI to create an element for
elementnameName of created element, can be null.

Returns

a new element or null if none

could be created

Throws

[ErrorWrap]