mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 15:48:23 +00:00
rtpstats: Fix typo in documentation
This commit is contained in:
parent
77511b156e
commit
ec99bbb5e1
1 changed files with 2 additions and 2 deletions
|
@ -177,12 +177,12 @@ typedef struct {
|
|||
#define RTP_STATS_BYE_TIMEOUT (2 * GST_SECOND)
|
||||
|
||||
/*
|
||||
* The maximum number of missing packets we tollerate. These are packets with a
|
||||
* The maximum number of missing packets we tolerate. These are packets with a
|
||||
* sequence number bigger than the last seen packet.
|
||||
*/
|
||||
#define RTP_MAX_DROPOUT 3000
|
||||
/*
|
||||
* The maximum number of misordered packets we tollerate. These are packets with
|
||||
* The maximum number of misordered packets we tolerate. These are packets with
|
||||
* a sequence number smaller than the last seen packet.
|
||||
*/
|
||||
#define RTP_MAX_MISORDER 100
|
||||
|
|
Loading…
Reference in a new issue