summaryrefslogtreecommitdiff
path: root/gst/rtpmanager/rtpsource.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2010-12-23 13:52:57 +0100
committerWim Taymans <wim.taymans@collabora.co.uk>2010-12-23 13:58:30 +0100
commit8fa5ddab9a7a9ed009bbfce9ce3de1d1867d249c (patch)
treeb75ff736a0afbcdb941027e460ae75879e4876ea /gst/rtpmanager/rtpsource.h
parent6035ee08c0de420a358e5ecedbc6b8102046ddf1 (diff)
rtpsession: remember last sent RB values.
Diffstat (limited to 'gst/rtpmanager/rtpsource.h')
-rw-r--r--gst/rtpmanager/rtpsource.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/rtpmanager/rtpsource.h b/gst/rtpmanager/rtpsource.h
index 54a86ac47..94c22b3f5 100644
--- a/gst/rtpmanager/rtpsource.h
+++ b/gst/rtpmanager/rtpsource.h
@@ -167,6 +167,7 @@ struct _RTPSource {
gpointer user_data;
RTPSourceStats stats;
+ RTPReceiverReport last_rr;
GList *conflicting_addresses;
};