Commit 990051f5 by ibaker Committed by kim-vde

Merge 2 UI sections in dev-v2 part of release notes

PiperOrigin-RevId: 334771927
parent 7b8895d6
Showing with 3 additions and 4 deletions
...@@ -22,6 +22,9 @@ ...@@ -22,6 +22,9 @@
* UI: * UI:
* Do not require subtitleButton in custom layouts of StyledPlayerView * Do not require subtitleButton in custom layouts of StyledPlayerView
([#7962](https://github.com/google/ExoPlayer/issues/7962)). ([#7962](https://github.com/google/ExoPlayer/issues/7962)).
* Add the option to sort tracks by `Format` in `TrackSelectionView` and
`TrackSelectionDialogBuilder`
([#7709](https://github.com/google/ExoPlayer/issues/7709)).
* Audio: * Audio:
* Retry playback after some types of `AudioTrack` error. * Retry playback after some types of `AudioTrack` error.
* Fix the default audio sink position not advancing correctly when using * Fix the default audio sink position not advancing correctly when using
...@@ -34,10 +37,6 @@ ...@@ -34,10 +37,6 @@
([#7949](https://github.com/google/ExoPlayer/issues/7949)). ([#7949](https://github.com/google/ExoPlayer/issues/7949)).
* Fix regression for Ogg files with packets that span multiple pages * Fix regression for Ogg files with packets that span multiple pages
([#7992](https://github.com/google/ExoPlayer/issues/7992)). ([#7992](https://github.com/google/ExoPlayer/issues/7992)).
* UI
* Add the option to sort tracks by `Format` in `TrackSelectionView` and
`TrackSelectionDialogBuilder`
([#7709](https://github.com/google/ExoPlayer/issues/7709)).
* IMA extension: * IMA extension:
* Fix position reporting after fetch errors * Fix position reporting after fetch errors
([#7956](https://github.com/google/ExoPlayer/issues/7956)). ([#7956](https://github.com/google/ExoPlayer/issues/7956)).
......
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