提交 f107ea54 authored 作者: Anthony Minessale's avatar Anthony Minessale

FS-7656 skip main file as well as chime file when hup is called during chime

上级 4980389b
......@@ -358,10 +358,10 @@ static void *SWITCH_THREAD_FUNC read_stream_thread(switch_thread_t *thread, void
flush_video_queue(source->video_q);
if (use_fh == &source->chime_fh) {
source->chime_counter = source->rate * source->chime_freq;
use_fh = &fh;
goto retry;
//switch_core_file_close(&fh);
switch_core_file_close(&fh);
use_fh = &fh;
}
goto retry;
}
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论