summaryrefslogtreecommitdiff
path: root/gst/rtpmanager/gstrtpbin.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2009-10-05 13:32:17 +0200
committerWim Taymans <wim.taymans@collabora.co.uk>2010-02-12 17:22:53 +0100
commita5b9d3f91755f1399287354e8f8679b878cf9798 (patch)
tree539e67018bac24b00d2609e40d32d3cdd5550339 /gst/rtpmanager/gstrtpbin.h
parentd3db9574a9ccd4425014c359da5f53bac2b4ab51 (diff)
downloadgstreamer-plugins-good-a5b9d3f91755f1399287354e8f8679b878cf9798.tar.gz
rtpbin: propagate buffer-mode property
Propagate buffer-mode property to the jitterbuffers. Intercept BUFFERING messages in rtpbin
Diffstat (limited to 'gst/rtpmanager/gstrtpbin.h')
-rw-r--r--gst/rtpmanager/gstrtpbin.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/rtpmanager/gstrtpbin.h b/gst/rtpmanager/gstrtpbin.h
index a791f9a9b..44b6b01c1 100644
--- a/gst/rtpmanager/gstrtpbin.h
+++ b/gst/rtpmanager/gstrtpbin.h
@@ -23,6 +23,7 @@
#include <gst/gst.h>
#include "rtpsession.h"
+#include "rtpjitterbuffer.h"
#define GST_TYPE_RTP_BIN \
(gst_rtp_bin_get_type())
@@ -47,6 +48,7 @@ struct _GstRtpBin {
guint latency;
gboolean do_lost;
gboolean ignore_pt;
+ RTPJitterBufferMode buffer_mode;
/* a list of session */
GSList *sessions;