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

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

Merge "stagefright: fix printing of nuplayer statistics" into LA.BF64.1.2.1_rb2.4

parents 85e81a1b d92bafc2
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1121,6 +1121,9 @@ void NuPlayer::onStart() {
    sp<AMessage> notify = new AMessage(kWhatRendererNotify, id());
    ++mRendererGeneration;
    notify->setInt32("generation", mRendererGeneration);
    if (mPlayerExtendedStats != NULL) {
        notify->setObject(MEDIA_EXTENDED_STATS, mPlayerExtendedStats);
    }
    mRenderer = new Renderer(mAudioSink, notify, flags);

    mRendererLooper = new ALooper;