From 00fd89c0742f93e4cbfea59ff37c24269f44857b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Olivier=20Cr=C3=AAte?= Date: Wed, 23 Jun 2010 16:13:01 -0400 Subject: [PATCH] rtpstats: Rectify description of current_time in RTPArrivalStats It is the current time, it is unrelated to when the packet was actually received. --- gst/rtpmanager/rtpstats.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/rtpmanager/rtpstats.h b/gst/rtpmanager/rtpstats.h index d650a7b..d71bac4 100644 --- a/gst/rtpmanager/rtpstats.h +++ b/gst/rtpmanager/rtpstats.h @@ -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 -- 2.7.4