1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2025-01-05 19:15:32 +00:00

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.
This commit is contained in:
Evangelos Ribeiro Tzaras 2022-02-28 11:37:52 +01:00
parent ce00698e71
commit bf428f0fa6

View file

@ -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));