From bf428f0fa6436ef1c8852bd9af1a1e354ff545a6 Mon Sep 17 00:00:00 2001 From: Evangelos Ribeiro Tzaras Date: Mon, 28 Feb 2022 11:37:52 +0100 Subject: [PATCH] sip: media-pipeline: Remove comment about preexisting linked pads Since we're not reusing pipelines we don't have to check for any existing linked pads. --- plugins/sip/calls-sip-media-pipeline.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/sip/calls-sip-media-pipeline.c b/plugins/sip/calls-sip-media-pipeline.c index aeafc1a..261b4b6 100644 --- a/plugins/sip/calls-sip-media-pipeline.c +++ b/plugins/sip/calls-sip-media-pipeline.c @@ -114,8 +114,6 @@ on_pad_added (GstElement *rtpbin, GstElement *depayloader) { GstPad *sinkpad; - /* there might still be another rtp src bin linked to the depayloader */ - //GstPad *other_srcpad; g_debug ("pad added: %s", GST_PAD_NAME (srcpad));