- api
GType api;
Undocumented in source.
- freeFunc
GstMetaFreeFunction freeFunc;
Undocumented in source.
- initFunc
GstMetaInitFunction initFunc;
Undocumented in source.
- size
gsize size;
Undocumented in source.
- transformFunc
GstMetaTransformFunction transformFunc;
Undocumented in source.
- type
GType type;
Undocumented in source.
The GstMetaInfo provides information about a specific metadata structure. GType api; tag indentifying the metadata structure and api GType type; type indentifying the implementor of the api gsize size; size of the metadata GstMetaInitFunction init_func; function for initializing the metadata GstMetaFreeFunction free_func; function for freeing the metadata GstMetaTransformFunction transform_func; function for transforming the metadata