design: add api tag

We want to find metadata based on the API it implements and based on the
specific implementation.
This commit is contained in:
Wim Taymans 2011-02-25 10:19:25 +01:00
parent 39d486e526
commit a27da6a919

View file

@ -143,7 +143,8 @@ Or another example for the buffer memory region
GstBufferMetaInfo will point to more information about the metadata and looks like this:
struct _GstBufferMetaInfo {
GQuark tag; /* tag name */
GQuark api; /* api name */
GQuark impl; /* implementation name */
gsize size; /* size of the structure */
GstMetaInitFunction init_func;