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

Commit b4a96805 authored by JP Abgrall's avatar JP Abgrall Committed by Android Git Automerger
Browse files

Merge branch 'ics-mr1-plus-aosp' of...

Merge branch 'ics-mr1-plus-aosp' of ssh://android-git:29418/platform/frameworks/base into ics-mr1-plus-aosp
parents 8e2c5113 bb1b7d5c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -381,7 +381,7 @@ void NuPlayer::Renderer::onDrainVideoQueue() {
        LOGV("rendering video at media time %.2f secs", mediaTimeUs / 1E6);
    }

    entry->mNotifyConsumed->setInt32("render", true);
    entry->mNotifyConsumed->setInt32("render", !tooLate);
    entry->mNotifyConsumed->post();
    mVideoQueue.erase(mVideoQueue.begin());
    entry = NULL;