From 33c689a93dcaee08c4c76d2482021df028ccf926 Mon Sep 17 00:00:00 2001 From: tianyifeng Date: Mon, 3 Jun 2024 07:04:18 -0700 Subject: [PATCH] Fix the RELEASENOTES.md This [commit](https://github.com/androidx/media/commit/d175223cc632f9a927a0cfe62bc808d336a8c83a) was introduced not long ago (after 1.4.0-alpha01), but has the release note added to the alpha01 release. Moving this piece of note to "unreleased changes" so that it will be included in the 1.4.0-alpha02 release note as a new change. PiperOrigin-RevId: 639768495 --- RELEASENOTES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 4598261831..a75bccde8a 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -58,6 +58,8 @@ schedule its work loop as renderers can make progress. * Fix bug where enabling CMCD for HLS with initialization segments resulted in `Source Error` and `IllegalArgumentException`. + * Use data class for `LoadControl` methods instead of individual + parameters. * Transformer: * Work around a decoder bug where the number of audio channels was capped at stereo when handling PCM input. @@ -272,8 +274,6 @@ This release includes the following changes since the `DefaultPreloadManager` which uses `PreloadMediaSource` to preload media samples of the sources into memory, and uses an integer `rankingData` that indicates the index of an item on the UI. - * Use data class for `LoadControl` methods instead of individual - parameters. * Add `PlayerId` to most methods of `LoadControl` to enable `LoadControl` implementations to support multiple players. * Remove `Buffer.isDecodeOnly()` and `C.BUFFER_FLAG_DECODE_ONLY`. There is