summaryrefslogtreecommitdiff
path: root/docs/design/draft-buffer2.txt
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2011-02-25 10:19:25 +0100
committerWim Taymans <wim.taymans@collabora.co.uk>2011-02-25 10:19:25 +0100
commita27da6a9198364f0e5078d517f26ea6c5da3266d (patch)
tree2f4d4f64aa54a58ff0e698d7c6013b5886a04c32 /docs/design/draft-buffer2.txt
parent39d486e526ec06c9265a51fca29923bffda3e55a (diff)
design: add api tag
We want to find metadata based on the API it implements and based on the specific implementation.
Diffstat (limited to 'docs/design/draft-buffer2.txt')
-rw-r--r--docs/design/draft-buffer2.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/design/draft-buffer2.txt b/docs/design/draft-buffer2.txt
index 20a03ae556..1e44f1e970 100644
--- a/docs/design/draft-buffer2.txt
+++ b/docs/design/draft-buffer2.txt
@@ -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;