Browse Source

MT#55283 add missing init_streams

Change-Id: I009e82b9ebf0458fe1544b2dcb90fcdbf123fd0b
pull/1938/head
Richard Fuchs 8 months ago
parent
commit
547ffde491
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      daemon/call.c

+ 2
- 0
daemon/call.c View File

@ -5445,6 +5445,8 @@ bool monologue_transform(struct call_monologue *ml, sdp_ng_flags *flags, medias_
if (!codec_handler_transform(m, &media->codecs))
return false;
__init_streams(m, NULL, flags);
}
return true;


Loading…
Cancel
Save