mirror of
https://github.com/samsonjs/media.git
synced 2026-04-07 11:35:46 +00:00
Add TODO about known feature gap in ImageRenderer
PiperOrigin-RevId: 600404546
This commit is contained in:
parent
e82393ed41
commit
b84104e7a1
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