Bug 1011422 - Clear mOMXConfigured flag to correctly restart OMX H.264 encoder. r=jesup

This commit is contained in:
John Lin 2014-05-18 19:30:00 +02:00
parent 6dcaa8c41c
commit c863bd0509

View File

@ -755,7 +755,7 @@ WebrtcOMXH264VideoEncoder::Release()
mOutputDrain->Stop();
mOutputDrain = nullptr;
}
mOMXConfigured = false;
mOMX = nullptr;
return WEBRTC_VIDEO_CODEC_OK;