Commit c14d5904 by olly Committed by Oliver Woodman

Fix release notes

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=201374393
parent d82f9184
Showing with 3 additions and 1 deletions
...@@ -14,6 +14,8 @@ ...@@ -14,6 +14,8 @@
([#4315](https://github.com/google/ExoPlayer/issues/4315)). ([#4315](https://github.com/google/ExoPlayer/issues/4315)).
* Fix missing whitespace in CEA-608 * Fix missing whitespace in CEA-608
([#3906](https://github.com/google/ExoPlayer/issues/3906)). ([#3906](https://github.com/google/ExoPlayer/issues/3906)).
* Fix crash downloading HLS media playlists
([#4396](https://github.com/google/ExoPlayer/issues/4396)).
* Set `METADATA_KEY_TITLE` on media descriptions * Set `METADATA_KEY_TITLE` on media descriptions
([#4292](https://github.com/google/ExoPlayer/issues/4292)). ([#4292](https://github.com/google/ExoPlayer/issues/4292)).
* Allow apps to register custom MIME types * Allow apps to register custom MIME types
...@@ -78,7 +80,7 @@ ...@@ -78,7 +80,7 @@
periods are created, released and being read from. periods are created, released and being read from.
* Support live stream clipping with `ClippingMediaSource`. * Support live stream clipping with `ClippingMediaSource`.
* Allow setting tags for all media sources in their factories. The tag of the * Allow setting tags for all media sources in their factories. The tag of the
current window can be retrieved with `ExoPlayer.getCurrentTag`. current window can be retrieved with `Player.getCurrentTag`.
* UI components: * UI components:
* Add support for displaying error messages and a buffering spinner in * Add support for displaying error messages and a buffering spinner in
`PlayerView`. `PlayerView`.
......
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