Skip to content

rtpjitterbuffer: fix wait completion of timer waiting

For some platform with low performance, the eos event here is later than previous call of wait_next_time() on eos, it will wait in that thread, so wait here will cause completion, need signal that thread first

Screenshot_2021-11-25_162630

Merge request reports