mirror of
https://github.com/androidx/media.git
synced 2025-05-05 22:50:57 +08:00
Fix the release notes for 1.4.0 stable release
#cherrypick PiperOrigin-RevId: 653640574 (cherry picked from commit 1cbcd20851c035b4f268d20cb8fa438d0227f162)
This commit is contained in:
parent
1dfab4f73a
commit
18a1582e8c
@ -85,9 +85,6 @@ This release includes the following changes since the
|
|||||||
schedule its work loop as renderers can make progress.
|
schedule its work loop as renderers can make progress.
|
||||||
* Use data class for `LoadControl` methods instead of individual
|
* Use data class for `LoadControl` methods instead of individual
|
||||||
parameters.
|
parameters.
|
||||||
* Fix bug where enabling CMCD for HLS live streams causes
|
|
||||||
`ArrayIndexOutOfBoundsException`
|
|
||||||
([#1395](https://github.com/androidx/media/issues/1395)).
|
|
||||||
* Add `ExoPlayer.isReleased()` to check whether `Exoplayer.release()` has
|
* Add `ExoPlayer.isReleased()` to check whether `Exoplayer.release()` has
|
||||||
been called.
|
been called.
|
||||||
* Add `ExoPlayer.Builder.setMaxSeekToPreviousPositionMs` to configure the
|
* Add `ExoPlayer.Builder.setMaxSeekToPreviousPositionMs` to configure the
|
||||||
@ -361,6 +358,9 @@ This release includes the following changes since the
|
|||||||
resulted in `Source Error` and `IllegalArgumentException`.
|
resulted in `Source Error` and `IllegalArgumentException`.
|
||||||
* Fix bug where non-primary playing playlists are not refreshed during
|
* Fix bug where non-primary playing playlists are not refreshed during
|
||||||
live playback ([#1240](https://github.com/androidx/media/issues/1240)).
|
live playback ([#1240](https://github.com/androidx/media/issues/1240)).
|
||||||
|
* Fix bug where enabling CMCD for HLS live streams causes
|
||||||
|
`ArrayIndexOutOfBoundsException`
|
||||||
|
([#1395](https://github.com/androidx/media/issues/1395)).
|
||||||
* DASH Extension:
|
* DASH Extension:
|
||||||
* Fix bug where re-preparing a multi-period live stream can throw an
|
* Fix bug where re-preparing a multi-period live stream can throw an
|
||||||
`IndexOutOfBoundsException`
|
`IndexOutOfBoundsException`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user