mirror of
https://github.com/samsonjs/media.git
synced 2026-04-13 12:35:48 +00:00
Update release notes
PiperOrigin-RevId: 232481580
This commit is contained in:
parent
c0e6cd1b17
commit
784906b872
1 changed files with 4 additions and 4 deletions
|
|
@ -37,8 +37,6 @@
|
|||
([#3860](https://github.com/google/ExoPlayer/issues/3860)).
|
||||
* IMA extension: Require setting the `Player` on `AdsLoader` instances before
|
||||
playback.
|
||||
* Add `Handler` parameter to `ConcatenatingMediaSource` methods which take a
|
||||
callback `Runnable`.
|
||||
* Remove `player` and `isTopLevelSource` parameters from `MediaSource.prepare`.
|
||||
* VP9 extension: Remove RGB output mode and libyuv dependency, and switch to
|
||||
surface YUV output as the default. Remove constructor parameters `scaleToFit`
|
||||
|
|
@ -49,6 +47,10 @@
|
|||
### 2.9.5 ###
|
||||
|
||||
* HLS: Parse `CHANNELS` attribute from `EXT-X-MEDIA` tag.
|
||||
* ConcatenatingMediaSource:
|
||||
* Add `Handler` parameter to methods that take a callback `Runnable`.
|
||||
* Fix issue with dropped messages when releasing the source
|
||||
([#5464](https://github.com/google/ExoPlayer/issues/5464)).
|
||||
* ExtractorMediaSource: Fix issue that could cause the player to get stuck
|
||||
buffering at the end of the media.
|
||||
* PlayerView: Fix issue preventing `OnClickListener` from receiving events
|
||||
|
|
@ -58,8 +60,6 @@
|
|||
* OkHttp extension: Upgrade OkHttp dependency to 3.12.1.
|
||||
* MP3: Wider fix for issue where streams would play twice on some Samsung
|
||||
devices ([#4519](https://github.com/google/ExoPlayer/issues/4519)).
|
||||
* Fix issue with dropped messages when releasing a `ConcatenatingMediaSource`
|
||||
([#5464](https://github.com/google/ExoPlayer/issues/5464)).
|
||||
|
||||
### 2.9.4 ###
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue