Bug 1011214: Release OMX monitor when shutting down Encoder output drain thread r=jhlin

This commit is contained in:
Randell Jesup 2014-05-16 04:37:08 -04:00
Родитель 4bd90db681
Коммит f884ae7641
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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;
}