summaryrefslogtreecommitdiffstats
path: root/gst/rtpmanager/rtpstats.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/rtpmanager/rtpstats.h')
-rw-r--r--gst/rtpmanager/rtpstats.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/rtpmanager/rtpstats.h b/gst/rtpmanager/rtpstats.h
index 0ee1ed1e..e2e4e397 100644
--- a/gst/rtpmanager/rtpstats.h
+++ b/gst/rtpmanager/rtpstats.h
@@ -51,6 +51,7 @@ typedef struct {
guint32 jitter;
guint32 lsr;
guint32 dlsr;
+ guint32 round_trip;
} RTPReceiverReport;
/**
@@ -64,6 +65,7 @@ typedef struct {
*/
typedef struct {
GstClockTime time;
+ guint64 ntpnstime;
gboolean have_address;
GstNetAddress address;
guint bytes;