diff options
author | Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> | 2015-03-04 11:02:41 +0000 |
---|---|---|
committer | Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> | 2015-03-04 11:02:41 +0000 |
commit | 7b48b7a5bcf91bac4ce61c8f352003927098dc04 (patch) | |
tree | 5bb276bcf47a3765c0cb212a833c96e69183ff53 | |
parent | 20719e4c78c0b7075c37300c2b07cd276e7bfa23 (diff) |
docs: clarify min-latency wording in part-latency.txt
https://bugzilla.gnome.org/show_bug.cgi?id=744338
-rw-r--r-- | docs/design/part-latency.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/design/part-latency.txt b/docs/design/part-latency.txt index ed55b392f..1d109e8b3 100644 --- a/docs/design/part-latency.txt +++ b/docs/design/part-latency.txt @@ -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 |