mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
rtpstats: Rectify description of current_time in RTPArrivalStats
It is the current time, it is unrelated to when the packet was actually received.
This commit is contained in:
parent
cb6de429a0
commit
00fd89c074
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ typedef struct {
|
|||
|
||||
/**
|
||||
* RTPArrivalStats:
|
||||
* @current_time: arrival time of a packet according to the system clock
|
||||
* @current_time: current time according to the system clock
|
||||
* @running_time: arrival time of a packet as buffer running_time
|
||||
* @have_address: if the @address field contains a valid address
|
||||
* @address: address of the sender of the packet
|
||||
|
|
Loading…
Reference in a new issue