gst.meta_info

Module for [MetaInfo] struct

struct MetaInfo

Types 1

structMetaInfo

The #GstMetaInfo provides information about a specific metadata structure.

Fields
GType apitag identifying the metadata structure and api
GType typetype identifying the implementor of the api
size_t sizesize of the metadata
GstMetaInitFunction initFuncfunction for initializing the metadata
GstMetaFreeFunction freeFuncfunction for freeing the metadata
GstMetaTransformFunction transformFuncfunction for transforming the metadata
GstMetaSerializeFunction serializeFuncFunction for serializing the metadata, or null if not supported by this meta.
GstMetaDeserializeFunction deserializeFuncFunction for deserializing the metadata, or null if not supported by this meta.
GstMetaClearFunction clearFuncFunction for clearing the metadata, or null if not supported by this meta. This is called by the buffer pool when a buffer is returned for pooled metas.
Methods
bool isCustom()
gst.meta_info.MetaInfo register()Registers a new meta.