mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Fix the RELEASENOTES.md
This [commit](d175223cc6) was introduced not long ago (after 1.4.0-alpha01), but has the release note added to the alpha01 release. Moving this piece of note to "unreleased changes" so that it will be included in the 1.4.0-alpha02 release note as a new change. PiperOrigin-RevId: 639768495 (cherry picked from commit33c689a93d)
This commit is contained in:
parent
2bb12de00d
commit
025b1c0f7b
1 changed files with 2 additions and 2 deletions
|
|
@ -58,6 +58,8 @@
|
||||||
schedule its work loop as renderers can make progress.
|
schedule its work loop as renderers can make progress.
|
||||||
* Fix bug where enabling CMCD for HLS with initialization segments
|
* Fix bug where enabling CMCD for HLS with initialization segments
|
||||||
resulted in `Source Error` and `IllegalArgumentException`.
|
resulted in `Source Error` and `IllegalArgumentException`.
|
||||||
|
* Use data class for `LoadControl` methods instead of individual
|
||||||
|
parameters.
|
||||||
* Transformer:
|
* Transformer:
|
||||||
* Work around a decoder bug where the number of audio channels was capped
|
* Work around a decoder bug where the number of audio channels was capped
|
||||||
at stereo when handling PCM input.
|
at stereo when handling PCM input.
|
||||||
|
|
@ -272,8 +274,6 @@ This release includes the following changes since the
|
||||||
`DefaultPreloadManager` which uses `PreloadMediaSource` to preload media
|
`DefaultPreloadManager` which uses `PreloadMediaSource` to preload media
|
||||||
samples of the sources into memory, and uses an integer `rankingData`
|
samples of the sources into memory, and uses an integer `rankingData`
|
||||||
that indicates the index of an item on the UI.
|
that indicates the index of an item on the UI.
|
||||||
* Use data class for `LoadControl` methods instead of individual
|
|
||||||
parameters.
|
|
||||||
* Add `PlayerId` to most methods of `LoadControl` to enable `LoadControl`
|
* Add `PlayerId` to most methods of `LoadControl` to enable `LoadControl`
|
||||||
implementations to support multiple players.
|
implementations to support multiple players.
|
||||||
* Remove `Buffer.isDecodeOnly()` and `C.BUFFER_FLAG_DECODE_ONLY`. There is
|
* Remove `Buffer.isDecodeOnly()` and `C.BUFFER_FLAG_DECODE_ONLY`. There is
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue