Browse Source

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
commit
0bf3eab4d6
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      daemon/codec.c

+ 3
- 0
daemon/codec.c View File

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