Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d3536ed0 authored by Andreas Huber's avatar Andreas Huber Committed by Android Git Automerger
Browse files

am c86ae70b: am 91bfadb4: If we encounter an error during buffer allocation change state back

* commit 'c86ae70b':
  If we encounter an error during buffer allocation change state back
parents ced2fa7d c86ae70b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2972,6 +2972,8 @@ void ACodec::LoadedToIdleState::stateEntered() {
             err);

        mCodec->signalError(OMX_ErrorUndefined, err);

        mCodec->changeState(mCodec->mLoadedState);
    }
}