If we failed to initialize the codec after transitioning to IDLE state, don't assert
during shutdown. Change-Id: I40ac44260fb136c15d6dcb9f5ad62211640c66ec related-to-bug: 3328222
This commit is contained in:
@@ -1506,7 +1506,7 @@ void OMXCodec::setComponentRole() {
|
||||
OMXCodec::~OMXCodec() {
|
||||
mSource.clear();
|
||||
|
||||
CHECK(mState == LOADED || mState == ERROR);
|
||||
CHECK(mState == LOADED || mState == ERROR || mState == LOADED_TO_IDLE);
|
||||
|
||||
status_t err = mOMX->freeNode(mNode);
|
||||
CHECK_EQ(err, (status_t)OK);
|
||||
|
||||
Reference in New Issue
Block a user