mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 05:16:05 +00:00
design: tweak docs a little
This commit is contained in:
parent
2371cbbec2
commit
80311b758c
1 changed files with 3 additions and 2 deletions
|
@ -57,9 +57,10 @@ travels upstream and contains the following fields:
|
|||
- jitter, G_TYPE_INT64:
|
||||
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.
|
||||
timestamp was late by that amount. When buffers are received in time and
|
||||
throttling is not enabled, the QoS type field is set to OVERFLOW.
|
||||
When throttling, the jitter contains the throttling delay added by the
|
||||
application.
|
||||
application and the type is set to THROTTLE.
|
||||
|
||||
- proportion, G_TYPE_DOUBLE:
|
||||
Long term prediction of the ideal rate relative to normal rate to get
|
||||
|
|
Loading…
Reference in a new issue