mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
docs: fix function name in qos design docs
This commit is contained in:
parent
10981f781c
commit
89ae3c2a82
1 changed files with 1 additions and 1 deletions
|
@ -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).
|
||||
|
|
Loading…
Reference in a new issue