summaryrefslogtreecommitdiff
path: root/gst/rtpmanager/rtpsession.h
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>2010-06-22 13:33:32 -0400
committerWim Taymans <wim.taymans@collabora.co.uk>2011-02-01 18:28:51 +0100
commitdb5150a23a7eb99033a89045be4a3d3f59b201f1 (patch)
treebd624254ebdfde936a602bd40c8ebd9045a5d920 /gst/rtpmanager/rtpsession.h
parent90354ecb49096408ba6e21b9e050f4c61c9ddcb0 (diff)
rtpsource: Retain RTCP Feedback packets for a specified amount of time
Diffstat (limited to 'gst/rtpmanager/rtpsession.h')
-rw-r--r--gst/rtpmanager/rtpsession.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/rtpmanager/rtpsession.h b/gst/rtpmanager/rtpsession.h
index b63bbcc0a..6ae318e1f 100644
--- a/gst/rtpmanager/rtpsession.h
+++ b/gst/rtpmanager/rtpsession.h
@@ -202,6 +202,7 @@ struct _RTPSession {
gboolean change_ssrc;
gboolean favor_new;
+ GstClockTime rtcp_feedback_retention_window;
};
/**