mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Move release note from 1.2.0-alpha01 to 'unreleased changes'
PiperOrigin-RevId: 559023779
This commit is contained in:
parent
7346029f72
commit
e9978a94af
1 changed files with 5 additions and 5 deletions
|
|
@ -3,6 +3,11 @@
|
||||||
### Unreleased changes
|
### Unreleased changes
|
||||||
|
|
||||||
* Common Library:
|
* Common Library:
|
||||||
|
* Upgrade `androidx.annotation:annotation-experimental` to `1.3.1`. This
|
||||||
|
also introduces a transitive dependency on the Kotlin standard library
|
||||||
|
from `media3-common`. Apps can
|
||||||
|
[downgrade to remove this dependency if they want](https://developer.android.com/guide/topics/media/exoplayer/shrinking#remove-kotlin-dep).
|
||||||
|
Fixes https://issuetracker.google.com/251172715.
|
||||||
* ExoPlayer:
|
* ExoPlayer:
|
||||||
* Add additional fields to Common Media Client Data (CMCD) logging: next
|
* Add additional fields to Common Media Client Data (CMCD) logging: next
|
||||||
object request (`nor`) and next range request (`nrr`)
|
object request (`nor`) and next range request (`nrr`)
|
||||||
|
|
@ -62,11 +67,6 @@ This release includes the following changes since
|
||||||
`PlayerView.setShowPlayButtonIfPlaybackIsSuppressed(false)` or
|
`PlayerView.setShowPlayButtonIfPlaybackIsSuppressed(false)` or
|
||||||
`MediaSession.Builder.setShowPlayButtonIfPlaybackIsSuppressed(false)`
|
`MediaSession.Builder.setShowPlayButtonIfPlaybackIsSuppressed(false)`
|
||||||
([#11213](https://github.com/google/ExoPlayer/issues/11213)).
|
([#11213](https://github.com/google/ExoPlayer/issues/11213)).
|
||||||
* Upgrade `androidx.annotation:annotation-experimental` to `1.3.1`. This
|
|
||||||
also introduces a transitive dependency on the Kotlin standard library
|
|
||||||
from `media3-common`. Apps can
|
|
||||||
[downgrade to remove this dependency if they want](https://developer.android.com/guide/topics/media/exoplayer/shrinking#remove-kotlin-dep).
|
|
||||||
Fixes https://issuetracker.google.com/251172715.
|
|
||||||
* ExoPlayer:
|
* ExoPlayer:
|
||||||
* Fix seeking issues in AC4 streams caused by not identifying decode-only
|
* Fix seeking issues in AC4 streams caused by not identifying decode-only
|
||||||
samples correctly
|
samples correctly
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue