Meta.register

Register a new #GstMeta implementation.

The same @info can be retrieved later with gst_meta_get_info() by using @impl as the key.

Parameters

api GType

the type of the #GstMeta API

impl string

the name of the #GstMeta implementation

size size_t

the size of the #GstMeta structure

initFunc GstMetaInitFunction

a #GstMetaInitFunction

freeFunc GstMetaFreeFunction

a #GstMetaFreeFunction

transformFunc GstMetaTransformFunction

a #GstMetaTransformFunction

Return: a #GstMetaInfo that can be used to access metadata.

Meta