diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2013-10-05 10:08:30 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2013-10-05 10:09:00 +0100 |
commit | 89ae3c2a8266bac8220b8e2aa344bf74160e30cc (patch) | |
tree | 888d952fdc9795b71210473ffd34e72bd0c75208 /docs | |
parent | 10981f781c3a8c39bf3c8a40bbaa2279fc785885 (diff) |
docs: fix function name in qos design docs
Diffstat (limited to 'docs')
-rw-r--r-- | docs/design/part-qos.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/design/part-qos.txt b/docs/design/part-qos.txt index e80a7a184..d08b34f63 100644 --- a/docs/design/part-qos.txt +++ b/docs/design/part-qos.txt @@ -152,7 +152,7 @@ return value from the clock. The jitter J1 is simply calculated as J1 = CT - B1 Where CT is the clock time when the entry arrives in the sink. This value -is calculated inside the clock when we perform gst_clock_entry_wait(). +is calculated inside the clock when we perform gst_clock_id_wait(). If the jitter is negative, the entry arrived in time and can be rendered after waiting for the clock to reach time B1 (which is also CT - J1). |