mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Update release notes for 2.10.2 cherrypicks
PiperOrigin-RevId: 253808562
This commit is contained in:
parent
9ed7b42af6
commit
9308ff26bc
1 changed files with 8 additions and 8 deletions
|
|
@ -19,14 +19,6 @@
|
||||||
* Add VR player demo.
|
* Add VR player demo.
|
||||||
* Wrap decoder exceptions in a new `DecoderException` class and report as
|
* Wrap decoder exceptions in a new `DecoderException` class and report as
|
||||||
renderer error.
|
renderer error.
|
||||||
* Add support for auto-detecting UDP streams in `DefaultDataSource`
|
|
||||||
([#6036](https://github.com/google/ExoPlayer/pull/6036)).
|
|
||||||
* Gracefully handle revoked `ACCESS_NETWORK_STATE` permission
|
|
||||||
([#6019](https://github.com/google/ExoPlayer/issues/6019)).
|
|
||||||
* Fix application of `maxAudioBitrate` for adaptive audio track groups
|
|
||||||
([#6006](https://github.com/google/ExoPlayer/issues/6006)).
|
|
||||||
* Fix decoding problems when seeking back after seeking beyond a mid-roll ad
|
|
||||||
([#6009](https://github.com/google/ExoPlayer/issues/6009)).
|
|
||||||
|
|
||||||
### 2.10.2 ###
|
### 2.10.2 ###
|
||||||
|
|
||||||
|
|
@ -60,8 +52,16 @@
|
||||||
([#5891](https://github.com/google/ExoPlayer/issues/5891)).
|
([#5891](https://github.com/google/ExoPlayer/issues/5891)).
|
||||||
* Add `ProgressUpdateListener` to `PlayerControlView`
|
* Add `ProgressUpdateListener` to `PlayerControlView`
|
||||||
([#5834](https://github.com/google/ExoPlayer/issues/5834)).
|
([#5834](https://github.com/google/ExoPlayer/issues/5834)).
|
||||||
|
* Add support for auto-detecting UDP streams in `DefaultDataSource`
|
||||||
|
([#6036](https://github.com/google/ExoPlayer/pull/6036)).
|
||||||
* Allow enabling decoder fallback with `DefaultRenderersFactory`
|
* Allow enabling decoder fallback with `DefaultRenderersFactory`
|
||||||
([#5942](https://github.com/google/ExoPlayer/issues/5942)).
|
([#5942](https://github.com/google/ExoPlayer/issues/5942)).
|
||||||
|
* Gracefully handle revoked `ACCESS_NETWORK_STATE` permission
|
||||||
|
([#6019](https://github.com/google/ExoPlayer/issues/6019)).
|
||||||
|
* Fix decoding problems when seeking back after seeking beyond a mid-roll ad
|
||||||
|
([#6009](https://github.com/google/ExoPlayer/issues/6009)).
|
||||||
|
* Fix application of `maxAudioBitrate` for adaptive audio track groups
|
||||||
|
([#6006](https://github.com/google/ExoPlayer/issues/6006)).
|
||||||
* Fix bug caused by parallel adaptive track selection using `Format`s without
|
* Fix bug caused by parallel adaptive track selection using `Format`s without
|
||||||
bitrate information
|
bitrate information
|
||||||
([#5971](https://github.com/google/ExoPlayer/issues/5971)).
|
([#5971](https://github.com/google/ExoPlayer/issues/5971)).
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue