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

Commit 943f1e74 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "audio: Clear audio source if it is failed to be started"

parents 513c6d3e 91f93970
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1159,6 +1159,9 @@ status_t AwesomePlayer::fallbackToSWDecoder() {
            }
            createAudioPlayer_l();
            err = startAudioPlayer_l(false);
        } else {
            mAudioSource.clear();
            mOmxSource.clear();
        }
    }