Commit d2279411 by olly Committed by Oliver Woodman

Improve old release notes

PiperOrigin-RevId: 269781924
parent 9863cd33
Showing with 2 additions and 2 deletions
...@@ -222,6 +222,8 @@ ...@@ -222,6 +222,8 @@
`ExtractorsFactory` instances must now be passed via the `ExtractorsFactory` instances must now be passed via the
`ProgressiveMediaSource.Factory` constructor, and `setExtractorsFactory` is `ProgressiveMediaSource.Factory` constructor, and `setExtractorsFactory` is
deprecated. deprecated.
* Make the default minimum buffer size equal the maximum buffer size for video
playbacks ([#2083](https://github.com/google/ExoPlayer/issues/2083)).
* Move `PriorityTaskManager` from `DefaultLoadControl` to `SimpleExoPlayer`. * Move `PriorityTaskManager` from `DefaultLoadControl` to `SimpleExoPlayer`.
* Add new `ExoPlaybackException` types for remote exceptions and out-of-memory * Add new `ExoPlaybackException` types for remote exceptions and out-of-memory
errors. errors.
...@@ -327,8 +329,6 @@ ...@@ -327,8 +329,6 @@
order when in shuffle mode. order when in shuffle mode.
* Allow handling of custom commands via `registerCustomCommandReceiver`. * Allow handling of custom commands via `registerCustomCommandReceiver`.
* Add ability to include an extras `Bundle` when reporting a custom error. * Add ability to include an extras `Bundle` when reporting a custom error.
* LoadControl: Set minimum buffer for playbacks with video equal to maximum
buffer ([#2083](https://github.com/google/ExoPlayer/issues/2083)).
* Log warnings when extension native libraries can't be used, to help with * Log warnings when extension native libraries can't be used, to help with
diagnosing playback failures diagnosing playback failures
([#5788](https://github.com/google/ExoPlayer/issues/5788)). ([#5788](https://github.com/google/ExoPlayer/issues/5788)).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment