Merge change I9a50fdf4 into eclair-mr2
* changes: Handle OMX_StateInvalid in emergency shutdown properly (by ignoring it and hoping for the best) instead of asserting.
This commit is contained in:
@@ -149,6 +149,7 @@ status_t OMXNodeInstance::freeNode() {
|
||||
}
|
||||
|
||||
case OMX_StateLoaded:
|
||||
case OMX_StateInvalid:
|
||||
break;
|
||||
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user