Merge release notes

This commit is contained in:
Marc Baechinger 2025-02-24 12:51:04 +01:00
parent dd641c1979
commit 1d5f7598e9

View File

@ -10,6 +10,8 @@
* Fix a bug where `ExoPlayer.isLoading()` remains `true` while it has * Fix a bug where `ExoPlayer.isLoading()` remains `true` while it has
transitioned to `STATE_IDLE` or `STATE_ENDED` transitioned to `STATE_IDLE` or `STATE_ENDED`
([#2133](https://github.com/androidx/media/issues/2133)). ([#2133](https://github.com/androidx/media/issues/2133)).
* Add `lastRebufferRealtimeMs` to `LoadControl.Parameter`
([#2113](https://github.com/androidx/media/pull/2113))
* Transformer: * Transformer:
* Track Selection: * Track Selection:
* Extractors: * Extractors: