summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2011-02-10 10:49:22 +0100
committerWim Taymans <wim.taymans@collabora.co.uk>2011-02-10 15:21:45 +0100
commit80311b758c470b723ce4841937299d8918bb3e30 (patch)
tree74d0b45a17350369af1e655cffeeb6c7ee2deb36
parent2371cbbec27b6a77be07a931fbf1760e9737e43c (diff)
design: tweak docs a little
-rw-r--r--docs/design/part-qos.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/design/part-qos.txt b/docs/design/part-qos.txt
index 31eabc9696..a1a07f5cdc 100644
--- a/docs/design/part-qos.txt
+++ b/docs/design/part-qos.txt
@@ -57,9 +57,10 @@ travels upstream and contains the following fields:
57 - jitter, G_TYPE_INT64: 57 - jitter, G_TYPE_INT64:
58 The difference of that timestamp against the current clock time. Negative 58 The difference of that timestamp against the current clock time. Negative
59 values mean the timestamp was on time. Positive values indicate the 59 values mean the timestamp was on time. Positive values indicate the
60 timestamp was late by that amount. 60 timestamp was late by that amount. When buffers are received in time and
61 throttling is not enabled, the QoS type field is set to OVERFLOW.
61 When throttling, the jitter contains the throttling delay added by the 62 When throttling, the jitter contains the throttling delay added by the
62 application. 63 application and the type is set to THROTTLE.
63 64
64 - proportion, G_TYPE_DOUBLE: 65 - proportion, G_TYPE_DOUBLE:
65 Long term prediction of the ideal rate relative to normal rate to get 66 Long term prediction of the ideal rate relative to normal rate to get