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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/rtpmanager/rtpstats.h b/gst/rtpmanager/rtpstats.h
index 64321427..e8ea9816 100644
--- a/gst/rtpmanager/rtpstats.h
+++ b/gst/rtpmanager/rtpstats.h
@@ -34,6 +34,7 @@ typedef struct {
guint32 rtptime;
guint32 packet_count;
guint32 octet_count;
+ GstClockTime time;
} RTPSenderReport;
/**
@@ -100,7 +101,7 @@ typedef struct {
guint32 prev_received;
guint16 max_seq;
- guint32 cycles;
+ guint64 cycles;
guint32 base_seq;
guint32 bad_seq;
guint32 transit;