From a27da6a9198364f0e5078d517f26ea6c5da3266d Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 25 Feb 2011 10:19:25 +0100 Subject: design: add api tag We want to find metadata based on the API it implements and based on the specific implementation. --- docs/design/draft-buffer2.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/design/draft-buffer2.txt') 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; -- cgit v1.2.3