Fix incorrect Media3 1.5.0-rc01 release notes

PiperOrigin-RevId: 697626185
(cherry picked from commit fff6e2e169d2b9a8afdd5a11e9a19a525a6cde18)
This commit is contained in:
ivanbuper 2024-11-18 07:54:14 -08:00 committed by Iván Budnik
parent caf7c2b7f1
commit ca010231a8

View File

@ -2,31 +2,19 @@
## 1.5 ## 1.5
## 1.5.0-rc01 (2024-11-13) ### 1.5.0-rc01 (2024-11-13)
This release includes the following changes since the This release includes the following changes since the
[1.5.0-beta01 release](#150-beta01-2024-10-30): [1.5.0-beta01 release](#150-beta01-2024-10-30):
* ExoPlayer: * 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 * Fix bug where playlist items or periods in multi-period DASH streams
with durations that don't match the actual content could cause frame with durations that don't match the actual content could cause frame
freezes at the end of the item freezes at the end of the item
([#1698](https://github.com/androidx/media/issues/1698)). ([#1698](https://github.com/androidx/media/issues/1698)).
* Transformer: * Add a setter to `SntpClient` to set the max elapsed time since the last
* Update parameters of `VideoFrameProcessor.registerInputStream` and update after which the client is re-initialized
`VideoFrameProcessor.Listener.onInputStreamRegistered` to use `Format`. ([#1794](https://github.com/androidx/media/pull/1794)).
* Extractors: * Extractors:
* Fix media duration parsing in `mdhd` box of MP4 files to handle `-1` * Fix media duration parsing in `mdhd` box of MP4 files to handle `-1`
values ([#1819](https://github.com/androidx/media/issues/1819)). values ([#1819](https://github.com/androidx/media/issues/1819)).