mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Fix release notes for 2.9.4
PiperOrigin-RevId: 229841782
This commit is contained in:
parent
ac86d3b5f6
commit
ef24125d20
1 changed files with 6 additions and 6 deletions
|
|
@ -39,10 +39,6 @@
|
||||||
* Remove `player` and `isTopLevelSource` parameters from `MediaSource.prepare`.
|
* Remove `player` and `isTopLevelSource` parameters from `MediaSource.prepare`.
|
||||||
* Change signature of `PlayerNotificationManager.NotificationListener` to better
|
* Change signature of `PlayerNotificationManager.NotificationListener` to better
|
||||||
fit service requirements. Remove ability to set a custom stop action.
|
fit service requirements. Remove ability to set a custom stop action.
|
||||||
* Add `startPositionUs` to `MediaSource.createPeriod`. This fixes an issue where
|
|
||||||
using lazy preparation in `ConcatenatingMediaSource` with an
|
|
||||||
`ExtractorMediaSource` overrides initial seek positions
|
|
||||||
([#5350](https://github.com/google/ExoPlayer/issues/5350)).
|
|
||||||
|
|
||||||
### 2.9.4 ###
|
### 2.9.4 ###
|
||||||
|
|
||||||
|
|
@ -60,8 +56,12 @@
|
||||||
([#5351](https://github.com/google/ExoPlayer/issues/5351)).
|
([#5351](https://github.com/google/ExoPlayer/issues/5351)).
|
||||||
* Fix issue where uneven track durations in MP4 streams can cause OOM problems
|
* Fix issue where uneven track durations in MP4 streams can cause OOM problems
|
||||||
([#3670](https://github.com/google/ExoPlayer/issues/3670)).
|
([#3670](https://github.com/google/ExoPlayer/issues/3670)).
|
||||||
* Add the sub text to the MediaDescriptionAdapter of the
|
* Add `startPositionUs` to `MediaSource.createPeriod`. This fixes an issue where
|
||||||
PlayerNotificationManager.
|
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`.
|
||||||
|
|
||||||
### 2.9.3 ###
|
### 2.9.3 ###
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue