Meta.getInfo

Lookup a previously registered meta info structure by its implementation name @impl.

class Meta
static
GstMetaInfo*
getInfo
(
string impl
)

Parameters

impl string

the name

Return Value

Type: GstMetaInfo*

a #GstMetaInfo with @impl, or %NULL when no such metainfo exists.

Meta