From: Tim-Philipp Müller Date: Sat, 5 Oct 2013 09:08:30 +0000 (+0100) Subject: docs: fix function name in qos design docs X-Git-Tag: 1.3.1~382 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=89ae3c2a8266bac8220b8e2aa344bf74160e30cc;p=platform%2Fupstream%2Fgstreamer.git docs: fix function name in qos design docs --- diff --git a/docs/design/part-qos.txt b/docs/design/part-qos.txt index e80a7a1..d08b34f 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).