summaryrefslogtreecommitdiff
path: root/gst/rtpmanager/rtpsource.h
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2011-09-01 16:25:21 -0400
committerMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>2011-11-14 12:26:27 +0100
commit12a6b9613bd081f16719734a1706c8f2b9d6b36f (patch)
tree2da802ac046b8351972adfd954bb61102ba66ad1 /gst/rtpmanager/rtpsource.h
parent59c028a4ceb96a71e7d37c965ff72d9bc2cc4641 (diff)
rtpsession: Put the PLI requests in each RTPSource
Also refactor a bit and put all the keyframe request code in one place inside rtpsession.c https://bugzilla.gnome.org/show_bug.cgi?id=658419
Diffstat (limited to 'gst/rtpmanager/rtpsource.h')
-rw-r--r--gst/rtpmanager/rtpsource.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/rtpmanager/rtpsource.h b/gst/rtpmanager/rtpsource.h
index 6db0a6a67..861ffdecc 100644
--- a/gst/rtpmanager/rtpsource.h
+++ b/gst/rtpmanager/rtpsource.h
@@ -172,6 +172,8 @@ struct _RTPSource {
GList *conflicting_addresses;
GQueue *retained_feedback;
+
+ gboolean send_pli;
};
struct _RTPSourceClass {