mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +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();
|
updateBufferedPositionUs();
|
||||||
source.continueBuffering(positionUs);
|
source.continueBuffering(positionUs);
|
||||||
|
} else {
|
||||||
|
updatePositionUs();
|
||||||
}
|
}
|
||||||
|
|
||||||
boolean allRenderersEnded = true;
|
boolean allRenderersEnded = true;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue