summaryrefslogtreecommitdiff
path: root/gst/rtpmanager/rtpsource.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/rtpmanager/rtpsource.h')
-rw-r--r--gst/rtpmanager/rtpsource.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gst/rtpmanager/rtpsource.h b/gst/rtpmanager/rtpsource.h
index f5ca2a1ce..0df03f4f2 100644
--- a/gst/rtpmanager/rtpsource.h
+++ b/gst/rtpmanager/rtpsource.h
@@ -136,6 +136,10 @@ struct _RTPSource {
guint8 payload;
gint clock_rate;
+ GstClockTime bye_time;
+ GstClockTime last_activity;
+ GstClockTime last_rtp_activity;
+
GQueue *packets;
RTPSourceCallbacks callbacks;