Browse Source

TT#101653 defuse codec tracker so it doesn't remove too many

closes #1136

Change-Id: I692cd15daf57bb95c5592099713bdc46338d4321
mr9.1
Richard Fuchs 5 years ago
parent
commit
0c094d49b6
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      daemon/codec.c

+ 0
- 4
daemon/codec.c View File

@ -631,7 +631,6 @@ static void __eliminate_rejected_codecs(struct call_media *receiver, struct call
}
ilog(LOG_DEBUG, "Eliminating asymmetric outbound codec " STR_FORMAT,
STR_FMT(&pt->encoding_with_params));
codec_touched(pt, receiver);
l = __delete_send_codec(receiver, l);
}
}
@ -2691,9 +2690,6 @@ void codec_rtp_payload_types(struct call_media *media, struct call_media *other_
}
ilog(LOG_DEBUG, "Eliminating asymmetric inbound codec " STR_FORMAT,
STR_FMT(&pt->encoding_with_params));
#ifdef WITH_TRANSCODING
codec_touched(pt, other_media);
#endif
l = __delete_receiver_codec(other_media, l);
}
}


Loading…
Cancel
Save