summaryrefslogtreecommitdiffstats
path: root/gst/rtpmanager/gstrtpbin.h
diff options
context:
space:
mode:
authorMarc Leeman <marc.leeman@gmail.com>2009-09-08 17:37:15 +0200
committerWim Taymans <wim.taymans@collabora.co.uk>2009-09-08 17:38:32 +0200
commit6b46aeb6a3352f77a0c31322f6231a9a3dc09115 (patch)
tree901af433cd834338d454d3d87ee519240362a3cd /gst/rtpmanager/gstrtpbin.h
parentffa63329cb1c264ad5395980e27907dc04bc0764 (diff)
rtpbin: add ignore-pt parameter
Add a parameter 'ignore-pt' that disables creating a gstrtpptdemux module and ghosts the pads of gstrtpjitterbuffer instead of the ones of gstrtpptdemux. Fixes #594490
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 8a7509e2..a791f9a9 100644
--- a/gst/rtpmanager/gstrtpbin.h
+++ b/gst/rtpmanager/gstrtpbin.h
@@ -46,6 +46,7 @@ struct _GstRtpBin {
/* default latency for sessions */
guint latency;
gboolean do_lost;
+ gboolean ignore_pt;
/* a list of session */
GSList *sessions;