mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 03:29:50 +00:00
docs: minor fix and clarification
This commit is contained in:
parent
b5976339e2
commit
b549abcf48
2 changed files with 3 additions and 3 deletions
|
@ -143,7 +143,7 @@ transform function that can be used to modify the metadata when a transformation
|
||||||
happens.
|
happens.
|
||||||
|
|
||||||
There are no explicit methods to serialize and deserialize the metadata. Since
|
There are no explicit methods to serialize and deserialize the metadata. Since
|
||||||
each type has a GType, we can reuse the Gobject transform functions for this.
|
each type has a GType, we can reuse the GValue transform functions for this.
|
||||||
|
|
||||||
The purpose of the separate MetaInfo is to not have to carry the free/init functions in
|
The purpose of the separate MetaInfo is to not have to carry the free/init functions in
|
||||||
each buffer instance but to define them globally. We still want quick access to the info
|
each buffer instance but to define them globally. We still want quick access to the info
|
||||||
|
@ -303,7 +303,7 @@ Serialization
|
||||||
When buffer should be sent over the wire or be serialized in GDP, we need a way
|
When 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.
|
to perform custom serialization and deserialization on the metadata.
|
||||||
|
|
||||||
for this we can use the GType transform functions.
|
for this we can use the GValue transform functions.
|
||||||
|
|
||||||
|
|
||||||
Transformations
|
Transformations
|
||||||
|
|
|
@ -35,7 +35,7 @@ The basics of negotiation are as follows:
|
||||||
returning an appropriate GST_FLOW_NOT_NEGOTIATED return value from the
|
returning an appropriate GST_FLOW_NOT_NEGOTIATED return value from the
|
||||||
chain function.
|
chain function.
|
||||||
|
|
||||||
- Upstream elements can request a format change of the stream by sending a
|
- Downstream elements can request a format change of the stream by sending a
|
||||||
RECONFIGURE event upstream. Upstream elements will renegotiate a new format
|
RECONFIGURE event upstream. Upstream elements will renegotiate a new format
|
||||||
when they receive a RECONFIGURE event.
|
when they receive a RECONFIGURE event.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue