convert codec ops to no-op for legacy control protocols

fixes #652

Change-Id: Ie6bc6529e43e3027cdcfc6cb22275b8b0145b69a
changes/26/24726/1
Richard Fuchs 7 years ago
parent 13c21b1400
commit 0bf3eab4d6

@ -1149,6 +1149,9 @@ static int __revert_codec_strip(GHashTable *removed, const str *codec,
void codec_rtp_payload_types(struct call_media *media, struct call_media *other_media,
GQueue *types, const struct sdp_ng_flags *flags)
{
if (!flags)
return;
// 'media' = receiver of this offer/answer; 'other_media' = sender of this offer/answer
struct call *call = media->call;
struct rtp_payload_type *pt;

Loading…
Cancel
Save