mirror of
https://github.com/androidx/media.git
synced 2025-05-17 04:29:55 +08:00
Add TODO about known feature gap in ImageRenderer
PiperOrigin-RevId: 600404546 (cherry picked from commit b84104e7a1479ef31c9c4b02154d0dd3b031b736)
This commit is contained in:
parent
515d2e2578
commit
5b7b19cf3c
@ -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…
x
Reference in New Issue
Block a user