Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SDK
/
exoplayer
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
2312c185
authored
Jul 21, 2022
by
rohks
Committed by
tonihei
Aug 08, 2022
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Refactor unreleased changes in RELEASENOTES.md
#minor-release PiperOrigin-RevId: 462395554
parent
5c41b5a2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
RELEASENOTES.md
RELEASENOTES.md
View file @
2312c185
...
...
@@ -9,12 +9,15 @@
*
Use
`SingleThreadExecutor`
for releasing
`AudioTrack`
instances to avoid
OutOfMemory errors when releasing multiple players at the same time
(
[
#10057
](
https://github.com/google/ExoPlayer/issues/10057
)
).
*
Metadata:
*
`MetadataRenderer`
can now be configured to render metadata as soon as
they are available. Create an instance with
`MetadataRenderer(MetadataOutput, Looper, MetadataDecoderFactory,
boolean)`
to specify whether the renderer will output metadata early or
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:
*
Ensure commands are always executed in the correct order even if some
require asynchronous resolution
...
...
@@ -27,10 +30,6 @@
small icon (
[
#104
](
https://github.com/androidx/media/issues/104
)
).
*
Ensure commands sent before
`MediaController.release()`
are not dropped
(
[
#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-21)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment