mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
rtpsource: clarify meaning of the octets-sent and octets-received stats
The octets-send and octets-received stats count the payload bytes excluding RTP and lower level headers, clarify that in the documentation.
This commit is contained in:
parent
821994240e
commit
cf0ffd8693
1 changed files with 2 additions and 2 deletions
|
@ -161,13 +161,13 @@ rtp_source_class_init (RTPSourceClass * klass)
|
|||
* The following fields make sense for internal sources and will only increase
|
||||
* when "is-sender" is TRUE.
|
||||
*
|
||||
* "octets-sent" G_TYPE_UINT64 number of bytes we sent
|
||||
* "octets-sent" G_TYPE_UINT64 number of payload bytes we sent
|
||||
* "packets-sent" G_TYPE_UINT64 number of packets we sent
|
||||
*
|
||||
* The following fields make sense for non-internal sources and will only
|
||||
* increase when "is-sender" is TRUE.
|
||||
*
|
||||
* "octets-received" G_TYPE_UINT64 total number of bytes received
|
||||
* "octets-received" G_TYPE_UINT64 total number of payload bytes received
|
||||
* "packets-received" G_TYPE_UINT64 total number of packets received
|
||||
* "bytes-received" G_TYPE_UINT64 total number of bytes received including lower level headers overhead
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue