could be created
Element.makeFromUri
gst.element.Element makeFromUri(gst.types.URIType type, string uri, string elementname = null)Creates an element for handling the given URI.
Parameters
type | Whether to create a source or a sink |
uri | URI to create an element for |
elementname | Name of created element, can be null. |
Returns
a new element or null if none
Throws
[ErrorWrap]