media/libraries/exoplayer/src
claincly 7ef1a7ab8b Support renderer joining in CompositionPlayer
Renderers join when they can start processing but not produce output.

In CompositionPlayer before this change, the VideoSink will be flushed when
position is reset regardless. This is useful for seeking, as seeking triggers position reset. But with pre-warming, a video renderer can be joining -  it is
enabled (which also triggers position reset) before the previous image renderer
is disabled. At this moment, as the image renderer is still producing frames,
we should not flush the video sink just now.

PiperOrigin-RevId: 699943882
2024-11-25 05:22:22 -08:00
..
androidTest Add getPsshInfo() API to MediaExtractorCompat 2024-11-19 05:14:55 -08:00
main Support renderer joining in CompositionPlayer 2024-11-25 05:22:22 -08:00
test Rollback of 854566dbfe 2024-11-21 04:29:19 -08:00