mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-22 23:28:16 +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:
|
||||
* @packetsreceived: number of received packets in total
|
||||
* @prevpacketsreceived: number of packets received in previous reporting
|
||||
* @packets_received: number of received packets in total
|
||||
* @prev_received: number of packets received in previous reporting
|
||||
* interval
|
||||
* @octetsreceived: number of payload bytes received
|
||||
* @bytesreceived: number of total bytes received including headers and lower
|
||||
* @octets_received: number of payload bytes received
|
||||
* @bytes_received: number of total bytes received including headers and lower
|
||||
* protocol level overhead
|
||||
* @max_seqnr: highest sequence number received
|
||||
* @transit: previous transit time used for calculating @jitter
|
||||
|
|
Loading…
Reference in a new issue