mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Move release note in 1.5.0-beta01 to "Unreleased" section
The item was incorrectly added to the beta01 section in2a49ffcb23. #cherrypick PiperOrigin-RevId: 691876672 (cherry picked from commitf991e1f023)
This commit is contained in:
parent
fc32b7f281
commit
86c9e0f9f7
1 changed files with 3 additions and 5 deletions
|
|
@ -27,6 +27,9 @@
|
||||||
* Image:
|
* Image:
|
||||||
* DRM:
|
* DRM:
|
||||||
* Effect:
|
* Effect:
|
||||||
|
* Moved the functionality of `OverlaySettings` into
|
||||||
|
`StaticOverlaySettings`. `OverlaySettings` can be subclassed to allow
|
||||||
|
dynamic overlay settings.
|
||||||
* Muxers:
|
* Muxers:
|
||||||
* IMA extension:
|
* IMA extension:
|
||||||
* UI:
|
* UI:
|
||||||
|
|
@ -168,11 +171,6 @@ This release includes the following changes since the
|
||||||
* Fix `IllegalStateException` from
|
* Fix `IllegalStateException` from
|
||||||
`DefaultDrmSession.requiresSecureDecoder` after opening a DRM session
|
`DefaultDrmSession.requiresSecureDecoder` after opening a DRM session
|
||||||
failed. This issue was introduced in `1.5.0-alpha01`.
|
failed. This issue was introduced in `1.5.0-alpha01`.
|
||||||
* Effect:
|
|
||||||
* Moved the functionality of `OverlaySettings` into
|
|
||||||
`StaticOverlaySettings`. `OverlaySettings` can be subclassed to allow
|
|
||||||
dynamic overlay settings.
|
|
||||||
* Muxers:
|
|
||||||
* IMA extension:
|
* IMA extension:
|
||||||
* Fix bug where server-side inserted DAI streams without a preroll can
|
* Fix bug where server-side inserted DAI streams without a preroll can
|
||||||
result in an `ArrayIndexOutOfBoundsException` when playing past the last
|
result in an `ArrayIndexOutOfBoundsException` when playing past the last
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue