Skip to content

Commit ca01023

Browse files
committed
Fix incorrect Media3 1.5.0-rc01 release notes
PiperOrigin-RevId: 697626185 (cherry picked from commit fff6e2e)
1 parent caf7c2b commit ca01023

File tree

1 file changed

+4
-16
lines changed

1 file changed

+4
-16
lines changed

RELEASENOTES.md

+4-16
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,19 @@
22

33
## 1.5
44

5-
## 1.5.0-rc01 (2024-11-13)
5+
### 1.5.0-rc01 (2024-11-13)
66

77
This release includes the following changes since the
88
[1.5.0-beta01 release](#150-beta01-2024-10-30):
99

1010
* ExoPlayer:
11-
* Add a setter to `SntpClient` to set the max elapsed time since the last
12-
update after which the client is re-initialized
13-
([#1794](https://github.com/androidx/media/pull/1794)).
14-
* Consider language when selecting a video track. By default select a
15-
'main' video track that matches the language of the selected audio
16-
track, if available. Explicit video language preferences can be
17-
expressed with
18-
`TrackSelectionParameters.Builder.setPreferredVideoLanguage(s)`.
19-
* Add `selectedAudioLanguage` parameter to
20-
`DefaultTrackSelector.selectVideoTrack()` method.
21-
* Add `retryCount` parameter to `MediaSourceEventListener.onLoadStarted`
22-
and corresponding `MediaSourceEventListener.EventDispatcher` methods.
2311
* Fix bug where playlist items or periods in multi-period DASH streams
2412
with durations that don't match the actual content could cause frame
2513
freezes at the end of the item
2614
([#1698](https://github.com/androidx/media/issues/1698)).
27-
* Transformer:
28-
* Update parameters of `VideoFrameProcessor.registerInputStream` and
29-
`VideoFrameProcessor.Listener.onInputStreamRegistered` to use `Format`.
15+
* Add a setter to `SntpClient` to set the max elapsed time since the last
16+
update after which the client is re-initialized
17+
([#1794](https://github.com/androidx/media/pull/1794)).
3018
* Extractors:
3119
* Fix media duration parsing in `mdhd` box of MP4 files to handle `-1`
3220
values ([#1819](https://github.com/androidx/media/issues/1819)).

0 commit comments

Comments
 (0)