From e768c40e1122c4a8ef8785aef6a07044f6e869e1 Mon Sep 17 00:00:00 2001 From: Marvin W Date: Fri, 11 Feb 2022 19:55:19 +0100 Subject: RTP: Make codec and hardware support compile-time configurable --- plugins/rtp/src/device.vala | 1 - 1 file changed, 1 deletion(-) (limited to 'plugins/rtp/src/device.vala') diff --git a/plugins/rtp/src/device.vala b/plugins/rtp/src/device.vala index e97a0d04..aca97578 100644 --- a/plugins/rtp/src/device.vala +++ b/plugins/rtp/src/device.vala @@ -438,7 +438,6 @@ public class Dino.Plugins.Rtp.Device : MediaDevice, Object { if (is_sink && media == "audio") { mixer = (Gst.Base.Aggregator) Gst.ElementFactory.make("audiomixer", @"mixer_$id"); pipe.add(mixer); - mixer.link(pipe); if (plugin.echoprobe != null && !plugin.echoprobe.get_static_pad("src").is_linked()) { mixer.link(plugin.echoprobe); plugin.echoprobe.link(element); -- cgit v1.2.3-54-g00ecf