media/libraries/exoplayer/src/test
tonihei bbacb3cc70 Advance position across transition for readahead renderer error
If a renderer error happens while processing readahead data for the
next item in the playlist, we currently throw the error immediately
and only set the item id in the error details. This makes it harder
to associate the error to the right item. For example, the user
facing UI is likely not updated to show the failing item when the
error is reported.

This can be improved slighly by force setting the position to the
failing item. The playback still fails immediately, but this can't
be avoided because the renderer itself went into an error state.

PiperOrigin-RevId: 507808635
2023-02-08 14:09:30 +00:00
..
java/androidx/media3/exoplayer Advance position across transition for readahead renderer error 2023-02-08 14:09:30 +00:00
AndroidManifest.xml Update to androidx.media3 2021-10-27 09:12:46 +01:00