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
5be7d4da
authored
Feb 15, 2021
by
olly
Committed by
marcbaechinger
Feb 22, 2021
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Don't clear audioSessionId when audio disabled
Issue: #8585 PiperOrigin-RevId: 357553237
parent
0ab9a219
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
RELEASENOTES.md
library/core/src/main/java/com/google/android/exoplayer2/SimpleExoPlayer.java
RELEASENOTES.md
View file @
5be7d4da
...
@@ -4,6 +4,9 @@
...
@@ -4,6 +4,9 @@
*
Extractors:
*
Extractors:
*
Add support for MP4 and QuickTime meta atoms that are not full atoms.
*
Add support for MP4 and QuickTime meta atoms that are not full atoms.
*
Audio:
*
Fix
`SimpleExoPlayer`
reporting audio session ID as 0 in some cases
(
[
#8585
](
https://github.com/google/ExoPlayer/issues/8585
)
).
### 2.13.1 (2021-02-12)
### 2.13.1 (2021-02-12)
...
...
library/core/src/main/java/com/google/android/exoplayer2/SimpleExoPlayer.java
View file @
5be7d4da
...
@@ -2140,7 +2140,6 @@ public class SimpleExoPlayer extends BasePlayer
...
@@ -2140,7 +2140,6 @@ public class SimpleExoPlayer extends BasePlayer
analyticsCollector
.
onAudioDisabled
(
counters
);
analyticsCollector
.
onAudioDisabled
(
counters
);
audioFormat
=
null
;
audioFormat
=
null
;
audioDecoderCounters
=
null
;
audioDecoderCounters
=
null
;
audioSessionId
=
C
.
AUDIO_SESSION_ID_UNSET
;
}
}
@Override
@Override
...
...
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