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:
parent
ce00698e71
commit
bf428f0fa6
1 changed files with 0 additions and 2 deletions
|
@ -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));
|
||||
|
||||
|
|
Loading…
Reference in a new issue