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

Commit c52abcd1 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

am: 7fa5e10f

Change-Id: I0588597644c1f40b325442c71a6c4b7980e5593d
parents 87b6e61d 7fa5e10f
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();