Browse Source

MT#55283 fix wrong codec_chain_stop

Change-Id: I54567bbfaaabd55168e528be7e5c1618711238c4
pull/1826/head
Richard Fuchs 2 years ago
parent
commit
aba7549159
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      daemon/codec.c

+ 1
- 1
daemon/codec.c View File

@ -3663,8 +3663,8 @@ static void __ssrc_handler_stop(void *p, void *arg) {
mutex_unlock(&ch->dtx_buffer->lock);
dtx_buffer_stop(&ch->dtx_buffer);
codec_cc_stop(ch->chain);
}
codec_cc_stop(ch->chain);
}
void codec_handlers_stop(codec_handlers_q *q, struct call_media *sink) {
for (__auto_type l = q->head; l; l = l->next) {


Loading…
Cancel
Save