summaryrefslogtreecommitdiff
path: root/gst/fsrtpconference/fs-rtp-session.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/fsrtpconference/fs-rtp-session.c')
-rw-r--r--gst/fsrtpconference/fs-rtp-session.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/fsrtpconference/fs-rtp-session.c b/gst/fsrtpconference/fs-rtp-session.c
index ee0225f2..86eefbb4 100644
--- a/gst/fsrtpconference/fs-rtp-session.c
+++ b/gst/fsrtpconference/fs-rtp-session.c
@@ -1454,6 +1454,8 @@ fs_rtp_session_constructed (GObject *object)
return;
}
+ g_object_set (self->priv->discovery_valve, "drop", TRUE, NULL);
+
if (!gst_bin_add (GST_BIN (self->priv->conference),
self->priv->discovery_valve))
{