mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Upgrade to GVR SDK 1.190.0
Change the dependency to the new monolithic GVR SDK target. PiperOrigin-RevId: 229931549
This commit is contained in:
parent
563d3c20ab
commit
95bef2d9b1
2 changed files with 3 additions and 9 deletions
|
|
@ -8,14 +8,7 @@
|
||||||
([#5378](https://github.com/google/ExoPlayer/issues/5378)).
|
([#5378](https://github.com/google/ExoPlayer/issues/5378)).
|
||||||
* FFmpeg extension: Treat invalid data errors as non-fatal to match the behavior
|
* FFmpeg extension: Treat invalid data errors as non-fatal to match the behavior
|
||||||
of MediaCodec ([#5293](https://github.com/google/ExoPlayer/issues/5293)).
|
of MediaCodec ([#5293](https://github.com/google/ExoPlayer/issues/5293)).
|
||||||
* Add `startPositionUs` to `MediaSource.createPeriod`. This fixes an issue where
|
* GVR extension: upgrade GVR SDK dependency to 1.190.0.
|
||||||
using lazy preparation in `ConcatenatingMediaSource` with an
|
|
||||||
`ExtractorMediaSource` overrides initial seek positions
|
|
||||||
([#5350](https://github.com/google/ExoPlayer/issues/5350)).
|
|
||||||
* Add subtext to the `MediaDescriptionAdapter` of the
|
|
||||||
`PlayerNotificationManager`.
|
|
||||||
* Add workaround for video quality problems with Amlogic decoders
|
|
||||||
([#5003](https://github.com/google/ExoPlayer/issues/5003)).
|
|
||||||
* Fix issue where sending callbacks for playlist changes may cause problems
|
* Fix issue where sending callbacks for playlist changes may cause problems
|
||||||
because of parallel player access
|
because of parallel player access
|
||||||
([#5240](https://github.com/google/ExoPlayer/issues/5240)).
|
([#5240](https://github.com/google/ExoPlayer/issues/5240)).
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,8 @@ android {
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation project(modulePrefix + 'library-core')
|
implementation project(modulePrefix + 'library-core')
|
||||||
implementation 'com.android.support:support-annotations:' + supportLibraryVersion
|
implementation 'com.android.support:support-annotations:' + supportLibraryVersion
|
||||||
implementation 'com.google.vr:sdk-audio:1.80.0'
|
api 'com.google.vr:sdk-base:1.190.0'
|
||||||
|
compileOnly 'org.checkerframework:checker-qual:' + checkerframeworkVersion
|
||||||
}
|
}
|
||||||
|
|
||||||
ext {
|
ext {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue