mirror of
https://github.com/samsonjs/media.git
synced 2026-03-31 10:25:48 +00:00
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:
parent
69bd31f7c2
commit
afa1ad1a6a
1 changed files with 2 additions and 0 deletions
|
|
@ -361,6 +361,8 @@ import java.util.concurrent.atomic.AtomicInteger;
|
|||
}
|
||||
updateBufferedPositionUs();
|
||||
source.continueBuffering(positionUs);
|
||||
} else {
|
||||
updatePositionUs();
|
||||
}
|
||||
|
||||
boolean allRenderersEnded = true;
|
||||
|
|
|
|||
Loading…
Reference in a new issue