diff options
Diffstat (limited to 'docs/design/draft-buffer2.txt')
-rw-r--r-- | docs/design/draft-buffer2.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/design/draft-buffer2.txt b/docs/design/draft-buffer2.txt index 20a03ae55..1e44f1e97 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; |