From d6a7dfa29523bdd12f278dd02563e0a6a03ff0ce Mon Sep 17 00:00:00 2001 From: "Reynaldo H. Verdejo Pinochet" Date: Fri, 3 Feb 2017 16:01:07 -0800 Subject: [PATCH] design: meta: assorted grammar fixes --- markdown/design/meta.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/markdown/design/meta.md b/markdown/design/meta.md index 9ba7b28336..7a501a4b3a 100644 --- a/markdown/design/meta.md +++ b/markdown/design/meta.md @@ -132,11 +132,10 @@ struct _GstMetaInfo { }; ``` -api will contain a `GType` of the metadata API. A repository of registered -MetaInfo will be maintained by the core. We will register some common -metadata structures in core and some media specific info for -audio/video/text in -base. Plugins can register additional custom -metadata. +The `api` member will contain a `GType` of the metadata API. A repository of +registered `MetaInfo` will be maintained by the core. We will register some +common metadata structures in core and some media specific info for +audio/video/text in -base. Plugins can register additional custom metadata. For each implementation of api, there will thus be a unique `GstMetaInfo`. In the case of metadata with a well defined API, the implementation @@ -323,9 +322,7 @@ the metadata in the buffer and call the associated free functions in the When a buffer should be sent over the wire or be serialized in GDP, we need a way to perform custom serialization and deserialization on the -metadata. - -for this we can use the `GValue` transform functions. +metadata. For this we can use the `GValue` transform functions. ## Transformations