mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +00:00
mpegtsdemux: Fix comment about the jitter description
According to the information provided below, the Jitter (J) is defined by a network delay (D) + a noise(i) Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5494>
This commit is contained in:
parent
07cea96579
commit
e290555367
1 changed files with 1 additions and 1 deletions
|
@ -1280,7 +1280,7 @@ mpegts_packetizer_resync (MpegTSPCR * pcr, GstClockTime time,
|
|||
*
|
||||
* The idea is that the jitter is composed of:
|
||||
*
|
||||
* J = N + n
|
||||
* J = D + n
|
||||
*
|
||||
* D : a constant network delay.
|
||||
* n : random added noise. The noise is concentrated around 0
|
||||
|
|
Loading…
Reference in a new issue