mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
fix async call and hls_nb_notify bug.
This commit is contained in:
parent
5d37e47783
commit
e5b8e0da01
4 changed files with 31 additions and 28 deletions
|
@ -87,7 +87,7 @@ int SrsDvrAsyncCallThread::cycle()
|
|||
for (it = copies.begin(); it != copies.end(); ++it) {
|
||||
ISrsDvrAsyncCall* call = *it;
|
||||
if ((ret = call->call()) != ERROR_SUCCESS) {
|
||||
srs_warn("dvr: ignore callback %s, ret=%d", call->to_string().c_str(), ret);
|
||||
srs_warn("ignore async callback %s, ret=%d", call->to_string().c_str(), ret);
|
||||
}
|
||||
srs_freep(call);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue