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

Commit 7fa5e10f authored by Yuxiu Zhang's avatar Yuxiu Zhang Committed by android-build-merger
Browse files

Http streaming cannot play video whose duration is less than 5s am: 6efc14fa

am: b888dbdf

Change-Id: I045db560260f380fe23e2697939aac4234d91054
parents 4c4e9748 b888dbdf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1578,7 +1578,7 @@ void NuPlayer::GenericSource::onPollBuffering() {
        }

        if (mPreparing) {
            notifyPreparedAndCleanup(finalStatus);
            notifyPreparedAndCleanup(finalStatus == ERROR_END_OF_STREAM ? OK : finalStatus);
            mPreparing = false;
        } else if (mSentPauseOnBuffering) {
            sendCacheStats();