summaryrefslogtreecommitdiff
path: root/docs/design/part-qos.txt
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2006-10-09 16:33:29 +0000
committerWim Taymans <wim.taymans@gmail.com>2006-10-09 16:33:29 +0000
commit89814eed61950d2e49c3834755a64cfb902c1548 (patch)
tree74e1963bdd40cc273295e30f8a0955d901086e72 /docs/design/part-qos.txt
parent3a8fdc1d3955908fed34aa64e79db6dbfa67a851 (diff)
docs/design/part-qos.txt: Fix typo.
Original commit message from CVS: * docs/design/part-qos.txt: Fix typo. * gst/gstevent.c: * gst/gstevent.h: Update seek event docs regarding negative rates. Rename @cur to @start. * gst/gstsegment.c: (gst_segment_set_seek): * gst/gstsegment.h: Update set_seek docs regarding negative rates. Correctly update last_stop to @stop when dealing with negative rates. Rename @cur to @start. * tests/check/gst/gstpad.c: (GST_START_TEST): Activate pads before trying to use them. * tests/check/gst/gstsegment.c: (GST_START_TEST), (gst_segment_suite): Add simple check for segments and negative rates.
Diffstat (limited to 'docs/design/part-qos.txt')
-rw-r--r--docs/design/part-qos.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/design/part-qos.txt b/docs/design/part-qos.txt
index a39d404b5d..91f16a8f73 100644
--- a/docs/design/part-qos.txt
+++ b/docs/design/part-qos.txt
@@ -32,9 +32,9 @@ The QoS event travels upstream and contains the following fields:
- timestamp: The timestamp on the buffer that generated the QoS
event. These timestamps are expressed in total running time in
- the sink so that the value is every increasing.
+ the sink so that the value is ever increasing.
- - jitter: The difference of that timestamp against the currentl clock time.
+ - jitter: The difference of that timestamp against the current clock time.
Negative values mean the timestamp was on time. Positive values
indicate the timestamp was late by that amount.