UriHandlerT.gstElementMakeFromUri

Creates an element for handling the given URI.

template UriHandlerT(TStruct)
static
gstElementMakeFromUri
(,
string uri
,)

Parameters

type GstURIType

Whether to create a source or a sink

uri string

URI to create an element for

elementname string

Name of created element, can be NULL. [allow-none]

Return Value

Type: Element

a new element or NULL if none could be created. [transfer floating]

Throws

GException on failure.

Meta