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
86e2361c
authored
Jul 21, 2022
by
Rohit Singh
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Remove unreleased changes section from RELEASENOTES.md
parent
cae428c7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
16 deletions
RELEASENOTES.md
RELEASENOTES.md
View file @
86e2361c
Release notes
Release notes
### Unreleased changes
*
Core library:
*
Add
`ExoPlayer.isTunnelingEnabled`
to check if tunneling is enabled for
the currently selected tracks
(
[
#2518
](
https://github.com/google/ExoPlayer/issues/2518
)
).
*
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.
### 1.0.0-beta02 (2022-07-21)
### 1.0.0-beta02 (2022-07-21)
This release corresponds to the
This release corresponds to the
...
...
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