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;