mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 12:32:29 +00:00
rtpstats: fix some fields names in the RTPSourceStats documentation
Fix documentation of RTPSourceStats to use the actual fields names.
This commit is contained in:
parent
0da8f111e6
commit
b2b60c4d8f
1 changed files with 4 additions and 4 deletions
|
@ -100,11 +100,11 @@ typedef struct {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* RTPSourceStats:
|
* RTPSourceStats:
|
||||||
* @packetsreceived: number of received packets in total
|
* @packets_received: number of received packets in total
|
||||||
* @prevpacketsreceived: number of packets received in previous reporting
|
* @prev_received: number of packets received in previous reporting
|
||||||
* interval
|
* interval
|
||||||
* @octetsreceived: number of payload bytes received
|
* @octets_received: number of payload bytes received
|
||||||
* @bytesreceived: number of total bytes received including headers and lower
|
* @bytes_received: number of total bytes received including headers and lower
|
||||||
* protocol level overhead
|
* protocol level overhead
|
||||||
* @max_seqnr: highest sequence number received
|
* @max_seqnr: highest sequence number received
|
||||||
* @transit: previous transit time used for calculating @jitter
|
* @transit: previous transit time used for calculating @jitter
|
||||||
|
|
Loading…
Reference in a new issue