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
2fdbe0fc
authored
Mar 30, 2020
by
andrewlewis
Committed by
Oliver Woodman
Mar 30, 2020
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Fix misc typos
PiperOrigin-RevId: 303719911
parent
f500110c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
7 deletions
RELEASENOTES.md
playbacktests/src/androidTest/java/com/google/android/exoplayer2/playbacktests/gts/DashWidevineOfflineTest.java
RELEASENOTES.md
View file @
2fdbe0fc
...
...
@@ -68,7 +68,8 @@
(
[
#7134
](
https://github.com/google/ExoPlayer/issues/7134
)
).
*
Add media item based playlist API to Player.
*
Workaround issue that could cause slower than realtime playback of AAC
on Android 10 (
[
#6671
](
https://github.com/google/ExoPlayer/issues/6671
)
.
on Android 10
(
[
#6671
](
https://github.com/google/ExoPlayer/issues/6671
)
).
*
Text:
*
Parse
`<ruby>`
and
`<rt>`
tags in WebVTT subtitles (rendering is coming
later).
...
...
@@ -113,7 +114,7 @@
*
MP4: Store the Android capture frame rate only in
`Format.metadata`
.
`Format.frameRate`
now stores the calculated frame rate.
*
WAV: Fix failure to play WAV files that contain trailing non-media bytes
(
[
#7129
](
https://github.com/google/ExoPlayer/issues/7129
)
)
(
[
#7129
](
https://github.com/google/ExoPlayer/issues/7129
)
)
.
*
Testing
*
Upgrade Truth dependency from 0.44 to 1.0.
*
Upgrade to JUnit 4.13-rc-2.
...
...
@@ -124,10 +125,6 @@
*
Add an option to set whether to use the orientation sensor for rotation
in spherical playbacks
(
[
#6761
](
https://github.com/google/ExoPlayer/issues/6761
)
).
*
Demo apps: Add
[
GL demo app
](
https://github.com/google/ExoPlayer/tree/dev-v2/demos/gl
)
to
show how to render video to a
`GLSurfaceView`
while applying a GL shader.
(
[
#6920
](
https://github.com/google/ExoPlayer/issues/6920
)
).
*
Metadata: Add minimal DVB Application Information Table (AIT) support
(
[
#6922
](
https://github.com/google/ExoPlayer/pull/6922
)
).
*
The demo app startup selected item is the last played one.
...
...
playbacktests/src/androidTest/java/com/google/android/exoplayer2/playbacktests/gts/DashWidevineOfflineTest.java
View file @
2fdbe0fc
...
...
@@ -68,7 +68,6 @@ public final class DashWidevineOfflineTest {
.
setFullPlaybackNoSeeking
(
true
)
.
setCanIncludeAdditionalVideoFormats
(
false
)
.
setAudioVideoFormats
(
DashTestData
.
WIDEVINE_AAC_AUDIO_REPRESENTATION_ID
,
DashTestData
.
WIDEVINE_H264_CDD_FIXED
);
...
...
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