mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Refactor unreleased changes in RELEASENOTES.md
#minor-release
PiperOrigin-RevId: 462395554
(cherry picked from commit 2312c185af)
This commit is contained in:
parent
c77d701e3d
commit
5880fdd515
1 changed files with 4 additions and 5 deletions
|
|
@ -9,12 +9,15 @@
|
||||||
* Use `SingleThreadExecutor` for releasing `AudioTrack` instances to avoid
|
* Use `SingleThreadExecutor` for releasing `AudioTrack` instances to avoid
|
||||||
OutOfMemory errors when releasing multiple players at the same time
|
OutOfMemory errors when releasing multiple players at the same time
|
||||||
([#10057](https://github.com/google/ExoPlayer/issues/10057)).
|
([#10057](https://github.com/google/ExoPlayer/issues/10057)).
|
||||||
* Metadata:
|
|
||||||
* `MetadataRenderer` can now be configured to render metadata as soon as
|
* `MetadataRenderer` can now be configured to render metadata as soon as
|
||||||
they are available. Create an instance with
|
they are available. Create an instance with
|
||||||
`MetadataRenderer(MetadataOutput, Looper, MetadataDecoderFactory,
|
`MetadataRenderer(MetadataOutput, Looper, MetadataDecoderFactory,
|
||||||
boolean)` to specify whether the renderer will output metadata early or
|
boolean)` to specify whether the renderer will output metadata early or
|
||||||
in sync with the player position.
|
in sync with the player position.
|
||||||
|
* UI:
|
||||||
|
* Use current overrides of the player as preset in
|
||||||
|
`TrackSelectionDialogBuilder`
|
||||||
|
([#10429](https://github.com/google/ExoPlayer/issues/10429)).
|
||||||
* Session:
|
* Session:
|
||||||
* Ensure commands are always executed in the correct order even if some
|
* Ensure commands are always executed in the correct order even if some
|
||||||
require asynchronous resolution
|
require asynchronous resolution
|
||||||
|
|
@ -27,10 +30,6 @@
|
||||||
small icon ([#104](https://github.com/androidx/media/issues/104)).
|
small icon ([#104](https://github.com/androidx/media/issues/104)).
|
||||||
* Ensure commands sent before `MediaController.release()` are not dropped
|
* Ensure commands sent before `MediaController.release()` are not dropped
|
||||||
([#99](https://github.com/androidx/media/issues/99)).
|
([#99](https://github.com/androidx/media/issues/99)).
|
||||||
* UI:
|
|
||||||
* Use current overrides of the player as preset in
|
|
||||||
`TrackSelectionDialogBuilder`
|
|
||||||
([#10429](https://github.com/google/ExoPlayer/issues/10429)).
|
|
||||||
|
|
||||||
### 1.0.0-beta02 (2022-07-15)
|
### 1.0.0-beta02 (2022-07-15)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue