From ca010231a883da1f08aec3eb738dcb963404f56a Mon Sep 17 00:00:00 2001 From: ivanbuper Date: Mon, 18 Nov 2024 07:54:14 -0800 Subject: [PATCH] Fix incorrect Media3 1.5.0-rc01 release notes PiperOrigin-RevId: 697626185 (cherry picked from commit fff6e2e169d2b9a8afdd5a11e9a19a525a6cde18) --- RELEASENOTES.md | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 161266b1b35..053efdd4e6d 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -2,31 +2,19 @@ ## 1.5 -## 1.5.0-rc01 (2024-11-13) +### 1.5.0-rc01 (2024-11-13) This release includes the following changes since the [1.5.0-beta01 release](#150-beta01-2024-10-30): * ExoPlayer: - * Add a setter to `SntpClient` to set the max elapsed time since the last - update after which the client is re-initialized - ([#1794](https://github.com/androidx/media/pull/1794)). - * Consider language when selecting a video track. By default select a - 'main' video track that matches the language of the selected audio - track, if available. Explicit video language preferences can be - expressed with - `TrackSelectionParameters.Builder.setPreferredVideoLanguage(s)`. - * Add `selectedAudioLanguage` parameter to - `DefaultTrackSelector.selectVideoTrack()` method. - * Add `retryCount` parameter to `MediaSourceEventListener.onLoadStarted` - and corresponding `MediaSourceEventListener.EventDispatcher` methods. * Fix bug where playlist items or periods in multi-period DASH streams with durations that don't match the actual content could cause frame freezes at the end of the item ([#1698](https://github.com/androidx/media/issues/1698)). -* Transformer: - * Update parameters of `VideoFrameProcessor.registerInputStream` and - `VideoFrameProcessor.Listener.onInputStreamRegistered` to use `Format`. + * Add a setter to `SntpClient` to set the max elapsed time since the last + update after which the client is re-initialized + ([#1794](https://github.com/androidx/media/pull/1794)). * Extractors: * Fix media duration parsing in `mdhd` box of MP4 files to handle `-1` values ([#1819](https://github.com/androidx/media/issues/1819)).