mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +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,
|
long offsetUs,
|
||||||
MediaSource.MediaPeriodId mediaPeriodId)
|
MediaSource.MediaPeriodId mediaPeriodId)
|
||||||
throws ExoPlaybackException {
|
throws ExoPlaybackException {
|
||||||
|
// TODO: b/319484746 - Take startPositionUs into account to not output images too early.
|
||||||
super.onStreamChanged(formats, startPositionUs, offsetUs, mediaPeriodId);
|
super.onStreamChanged(formats, startPositionUs, offsetUs, mediaPeriodId);
|
||||||
offsetQueue.add(offsetUs);
|
offsetQueue.add(offsetUs);
|
||||||
inputStreamEnded = false;
|
inputStreamEnded = false;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue