summaryrefslogtreecommitdiff
path: root/gst/rtpmanager/rtpsource.h
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2011-09-01 17:47:38 -0400
committerMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>2011-11-14 12:26:27 +0100
commit79a9564c688773aae3ed1df006f82beb6e2d038e (patch)
treee43c476887e87909b89eb5ff2ea2079fb3e472ed /gst/rtpmanager/rtpsource.h
parent12a6b9613bd081f16719734a1706c8f2b9d6b36f (diff)
rtpsession: Send FIR requests in response to key unit requests with all-headers=TRUE
https://bugzilla.gnome.org/show_bug.cgi?id=658419
Diffstat (limited to 'gst/rtpmanager/rtpsource.h')
-rw-r--r--gst/rtpmanager/rtpsource.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gst/rtpmanager/rtpsource.h b/gst/rtpmanager/rtpsource.h
index 861ffdecc..fc204aeed 100644
--- a/gst/rtpmanager/rtpsource.h
+++ b/gst/rtpmanager/rtpsource.h
@@ -174,6 +174,9 @@ struct _RTPSource {
GQueue *retained_feedback;
gboolean send_pli;
+ gboolean send_fir;
+ guint8 current_send_fir_seqnum;
+ gint last_fir_count;
};
struct _RTPSourceClass {