mirror of
https://github.com/samsonjs/media.git
synced 2026-04-02 10:45:51 +00:00
Add TODO about known feature gap in ImageRenderer
PiperOrigin-RevId: 600404546
(cherry picked from commit b84104e7a1)
This commit is contained in:
parent
515d2e2578
commit
5b7b19cf3c
1 changed files with 1 additions and 0 deletions
|
|
@ -201,6 +201,7 @@ public class ImageRenderer extends BaseRenderer {
|
|||
long offsetUs,
|
||||
MediaSource.MediaPeriodId mediaPeriodId)
|
||||
throws ExoPlaybackException {
|
||||
// TODO: b/319484746 - Take startPositionUs into account to not output images too early.
|
||||
super.onStreamChanged(formats, startPositionUs, offsetUs, mediaPeriodId);
|
||||
offsetQueue.add(offsetUs);
|
||||
inputStreamEnded = false;
|
||||
|
|
|
|||
Loading…
Reference in a new issue