summaryrefslogtreecommitdiff
path: root/docs/design/part-latency.txt
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2015-02-12 11:26:26 +0200
committerSebastian Dröge <sebastian@centricular.com>2015-02-12 11:26:26 +0200
commitfd3a064c977794e68fde88372d56f03153c7a032 (patch)
treed6dacc8ba635ca9eab4659e6783b513bf28f4e74 /docs/design/part-latency.txt
parent4a5ce862a2a36bd0ec20fe63a1b92731bc2ae205 (diff)
design/part-latency: Minor logic fix
The maximum latency will be the element's minimum latency or bigger, not bigger than the element's minimum latency or bigger.
Diffstat (limited to 'docs/design/part-latency.txt')
-rw-r--r--docs/design/part-latency.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/design/part-latency.txt b/docs/design/part-latency.txt
index beee5714ca..ed55b392fe 100644
--- a/docs/design/part-latency.txt
+++ b/docs/design/part-latency.txt
@@ -256,9 +256,9 @@ The pipeline latency is queried with the LATENCY query.
Elements answering the latency query should set this to the maximum
time for which they can buffer upstream data without blocking or
dropping further data. For an element this value will generally be
- bigger than its own minimum latency, but might be bigger than that
- if it can buffer more data. As such, queue elements can be used to
- increase the maximum latency.
+ its own minimum latency, but might be bigger than that if it can
+ buffer more data. As such, queue elements can be used to increase
+ the maximum latency.
The value set in the query should again consider upstream's maximum
latency:
@@ -292,8 +292,8 @@ The pipeline latency is queried with the LATENCY query.
maximum latency. The base class' default query handler needs to be
overridden to correctly handle leaky buffering.
- If the element has multiple sinkpads, the maximum upstream latency is
- the minimum of all live upstream maximum latencies.
+ If the element has multiple sinkpads, the maximum upstream latency is
+ the minimum of all live upstream maximum latencies.
Event
~~~~~