mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-08 16:35:40 +00:00
docs: clarify min-latency wording in part-latency.txt
https://bugzilla.gnome.org/show_bug.cgi?id=744338
This commit is contained in:
parent
20719e4c78
commit
7b48b7a5bc
1 changed files with 3 additions and 3 deletions
|
@ -230,9 +230,9 @@ The pipeline latency is queried with the LATENCY query.
|
|||
|
||||
(out) "min-latency", G_TYPE_UINT64 (default 0, must not be NONE)
|
||||
- the minimum latency in the pipeline, meaning the minimum time
|
||||
an element synchronizing to the clock has to wait until it can
|
||||
be sure that all data for the current running time has been
|
||||
received.
|
||||
downstream elements synchronizing to the clock have to wait until
|
||||
they can be sure that all data for the current running time has
|
||||
been received.
|
||||
|
||||
Elements answering the latency query and introducing latency must
|
||||
set this to the maximum time for which they will delay data, while
|
||||
|
|
Loading…
Reference in a new issue