mirror of
https://github.com/samsonjs/media.git
synced 2026-04-26 14:57:47 +00:00
Fix nit issues in 1.3.0-rc01 release notes
PiperOrigin-RevId: 608580903
This commit is contained in:
parent
711d24a12f
commit
ebcb4e8b21
1 changed files with 2 additions and 2 deletions
|
|
@ -74,14 +74,14 @@ This release includes the following changes since the
|
||||||
output file. Fixes output files beginning with black frame on iOS based
|
output file. Fixes output files beginning with black frame on iOS based
|
||||||
players ([#829](https://github.com/androidx/media/issues/829)).
|
players ([#829](https://github.com/androidx/media/issues/829)).
|
||||||
* Audio:
|
* Audio:
|
||||||
* Improve silence skipping algorithm with smooth volume ramp, retained
|
* Improve silence skipping algorithm with smooth volume ramp; retained
|
||||||
minimal silence and more natural silence durations
|
minimal silence and more natural silence durations
|
||||||
([#7423](https://github.com/google/ExoPlayer/issues/7423)).
|
([#7423](https://github.com/google/ExoPlayer/issues/7423)).
|
||||||
* Report the skipped silence more deterministically
|
* Report the skipped silence more deterministically
|
||||||
([#1035](https://github.com/androidx/media/issues/1035)).
|
([#1035](https://github.com/androidx/media/issues/1035)).
|
||||||
* Session:
|
* Session:
|
||||||
* Fix issue where `MediaItem.RequestMetadata` with just non-null extras is
|
* Fix issue where `MediaItem.RequestMetadata` with just non-null extras is
|
||||||
not sent transmitted between media controllers and sessions.
|
not transmitted between media controllers and sessions.
|
||||||
* Add constructor to `MediaLibrarySession.Builder` that only takes a
|
* Add constructor to `MediaLibrarySession.Builder` that only takes a
|
||||||
`Context` instead of a `MediaLibraryService`.
|
`Context` instead of a `MediaLibraryService`.
|
||||||
* HLS Extension:
|
* HLS Extension:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue