MT#55283 fix wrong codec_chain_stop

Change-Id: I54567bbfaaabd55168e528be7e5c1618711238c4
pull/1826/head
Richard Fuchs 1 year ago
parent 1ec68d8e6e
commit aba7549159

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