Skip to content

Commit

Permalink
Fix the release notes for 1.4.0 stable release
Browse files Browse the repository at this point in the history
#cherrypick

PiperOrigin-RevId: 653640574
  • Loading branch information
tianyif authored and copybara-github committed Jul 18, 2024
1 parent 4ba7fd0 commit 1cbcd20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,9 +178,6 @@ This release includes the following changes since the
schedule its work loop as renderers can make progress.
* Use data class for `LoadControl` methods instead of individual
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
been called.
* Add `ExoPlayer.Builder.setMaxSeekToPreviousPositionMs` to configure the
Expand Down Expand Up @@ -454,6 +451,9 @@ This release includes the following changes since the
resulted in `Source Error` and `IllegalArgumentException`.
* Fix bug where non-primary playing playlists are not refreshed during
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:
* Fix bug where re-preparing a multi-period live stream can throw an
`IndexOutOfBoundsException`
Expand Down

0 comments on commit 1cbcd20

Please sign in to comment.