зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1011214: Release OMX monitor when shutting down Encoder output drain thread r=jhlin
This commit is contained in:
Родитель
4bd90db681
Коммит
f884ae7641
|
@ -133,6 +133,8 @@ public:
|
|||
lock.NotifyAll(); // In case Run() is waiting.
|
||||
|
||||
if (mThread != nullptr) {
|
||||
MonitorAutoUnlock unlock(mMonitor);
|
||||
CODEC_LOGD("OMXOutputDrain thread shutdown");
|
||||
mThread->Shutdown();
|
||||
mThread = nullptr;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче