summaryrefslogtreecommitdiffstats
path: root/gst/rtpmanager/gstrtpbin.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2008-04-25 11:32:09 +0000
committerWim Taymans <wim.taymans@gmail.com>2008-04-25 11:32:09 +0000
commit1e9fd08525958c6831498c37c51fd453459e186f (patch)
treed553bdd0bcab27b8d68cbf4e8c6cdeb2e92ca066 /gst/rtpmanager/gstrtpbin.h
parentcc6371727cdfd2241428adf61a58059db772b046 (diff)
downloadgst-plugins-bad-1e9fd08525958c6831498c37c51fd453459e186f.tar.gz
gst-plugins-bad-1e9fd08525958c6831498c37c51fd453459e186f.tar.bz2
gst-plugins-bad-1e9fd08525958c6831498c37c51fd453459e186f.zip
gst/rtpmanager/gstrtpbin.*: Expose new jitterbuffer property in rtpbin too.
Original commit message from CVS: * gst/rtpmanager/gstrtpbin.c: (create_stream), (gst_rtp_bin_init), (gst_rtp_bin_set_property), (gst_rtp_bin_get_property): * gst/rtpmanager/gstrtpbin.h: Expose new jitterbuffer property in rtpbin too.
Diffstat (limited to 'gst/rtpmanager/gstrtpbin.h')
-rw-r--r--gst/rtpmanager/gstrtpbin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/rtpmanager/gstrtpbin.h b/gst/rtpmanager/gstrtpbin.h
index 71834e68..898b6dbb 100644
--- a/gst/rtpmanager/gstrtpbin.h
+++ b/gst/rtpmanager/gstrtpbin.h
@@ -43,6 +43,7 @@ struct _GstRtpBin {
/*< private >*/
/* default latency for sessions */
guint latency;
+ gboolean do_lost;
/* a list of session */
GSList *sessions;
/* clock we provide */