FIX: [STUDIO-3539] not unlock media mutex before wait
Change-Id: Ife01aff0705623ab4bea5972bf245e57462338d5
This commit is contained in:
parent
c75daf1ba6
commit
dcbf1c805a
|
@ -492,7 +492,6 @@ void MediaPlayCtrl::media_proc()
|
||||||
BOOST_LOG_TRIVIAL(info) << "MediaPlayCtrl: busy skip url" << url;
|
BOOST_LOG_TRIVIAL(info) << "MediaPlayCtrl: busy skip url" << url;
|
||||||
m_tasks.pop_front();
|
m_tasks.pop_front();
|
||||||
m_tasks.pop_front();
|
m_tasks.pop_front();
|
||||||
lock.unlock();
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
lock.unlock();
|
lock.unlock();
|
||||||
|
|
Loading…
Reference in New Issue