Keep playback position advancing when all renderers are disabled.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=123977520
This commit is contained in:
olly 2016-06-03 09:51:06 -07:00 committed by Oliver Woodman
parent 69bd31f7c2
commit afa1ad1a6a

View File

@ -361,6 +361,8 @@ import java.util.concurrent.atomic.AtomicInteger;
}
updateBufferedPositionUs();
source.continueBuffering(positionUs);
} else {
updatePositionUs();
}
boolean allRenderersEnded = true;