mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
design: meta: assorted grammar fixes
This commit is contained in:
parent
7af99399b2
commit
d6a7dfa295
1 changed files with 5 additions and 8 deletions
|
@ -132,11 +132,10 @@ struct _GstMetaInfo {
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
api will contain a `GType` of the metadata API. A repository of registered
|
The `api` member will contain a `GType` of the metadata API. A repository of
|
||||||
MetaInfo will be maintained by the core. We will register some common
|
registered `MetaInfo` will be maintained by the core. We will register some
|
||||||
metadata structures in core and some media specific info for
|
common metadata structures in core and some media specific info for
|
||||||
audio/video/text in -base. Plugins can register additional custom
|
audio/video/text in -base. Plugins can register additional custom metadata.
|
||||||
metadata.
|
|
||||||
|
|
||||||
For each implementation of api, there will thus be a unique `GstMetaInfo`.
|
For each implementation of api, there will thus be a unique `GstMetaInfo`.
|
||||||
In the case of metadata with a well defined API, the implementation
|
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
|
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
|
need a way to perform custom serialization and deserialization on the
|
||||||
metadata.
|
metadata. For this we can use the `GValue` transform functions.
|
||||||
|
|
||||||
for this we can use the `GValue` transform functions.
|
|
||||||
|
|
||||||
## Transformations
|
## Transformations
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue