media/libraries/exoplayer/src/main
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
..
java/androidx/media3/exoplayer Support renderer joining in CompositionPlayer 2024-11-25 05:22:22 -08:00
res Update translations 2023-03-01 17:22:55 +00:00
AndroidManifest.xml Update to androidx.media3 2021-10-27 09:12:46 +01:00