GstMetaInfo

The GstMetaInfo provides information about a specific metadata structure.

Members

Variables

api
GType api;

tag identifying the metadata structure and api

freeFunc
GstMetaFreeFunction freeFunc;

function for freeing the metadata

initFunc
GstMetaInitFunction initFunc;

function for initializing the metadata

size
size_t size;

size of the metadata

transformFunc
GstMetaTransformFunction transformFunc;

function for transforming the metadata

type
GType type;

type identifying the implementor of the api