summaryrefslogtreecommitdiff
path: root/gst/rtpmanager/rtpsource.h
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2015-05-04 11:42:08 +0200
committerSebastian Dröge <sebastian@centricular.com>2015-06-02 11:38:15 +0200
commit3122ef4ae3844f7a1e95e8bba811cba27568cb0f (patch)
treee99603c86f6d6d33cca6600d374d520b7a6692e0 /gst/rtpmanager/rtpsource.h
parent8fd3e0e125f2e77d9b9df15c78ad27ca9dce8f94 (diff)
rtpsession: Add property for selecting RTP profile (AVP/AVPF/etc)
And modify our RTCP scheduling algorithm accordingly. We now can send more RTCP packets if needed for feedback, but will throttle full RTCP packets by rtcp-min-interval (t-rr-int from RFC4585). In non-feedback mode, rtcp-min-interval is Tmin from RFC3550, which is statically set to 1s or 0s by RFC4585. Tmin defines how often we should send RTCP packets at most. https://bugzilla.gnome.org/show_bug.cgi?id=746543
Diffstat (limited to 'gst/rtpmanager/rtpsource.h')
-rw-r--r--gst/rtpmanager/rtpsource.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtpmanager/rtpsource.h b/gst/rtpmanager/rtpsource.h
index a2e1f2737..0f47faea0 100644
--- a/gst/rtpmanager/rtpsource.h
+++ b/gst/rtpmanager/rtpsource.h
@@ -21,7 +21,7 @@
#define __RTP_SOURCE_H__
#include <gst/gst.h>
-#include <gst/rtp/gstrtcpbuffer.h>
+#include <gst/rtp/rtp.h>
#include <gst/net/gstnetaddressmeta.h>
#include <gio/gio.h>