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

Commit ef77be95 authored by Android (Google) Code Review's avatar Android (Google) Code Review Committed by The Android Open Source Project
Browse files

am 9f98f79f: Merge change 739 into donut

Merge commit '9f98f79f'

* commit '9f98f79f':
  Vorbis render thread was nice 0, should be nice -16.
parents 0f9206e0 9f98f79f
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -67,7 +67,7 @@ void VorbisPlayer::onFirstRef()
    LOGV("onFirstRef");
    LOGV("onFirstRef");
    // create playback thread
    // create playback thread
    Mutex::Autolock l(mMutex);
    Mutex::Autolock l(mMutex);
    createThreadEtc(renderThread, this, "vorbis decoder");
    createThreadEtc(renderThread, this, "vorbis decoder", ANDROID_PRIORITY_AUDIO);
    mCondition.wait(mMutex);
    mCondition.wait(mMutex);
    if (mRenderTid > 0) {
    if (mRenderTid > 0) {
        LOGV("render thread(%d) started", mRenderTid);
        LOGV("render thread(%d) started", mRenderTid);