mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +00:00
Add back release notes about deprecated HDR symbols
These were accidentally removed in 832d5b5f98
PiperOrigin-RevId: 545156495
This commit is contained in:
parent
f486074f82
commit
6d351a3c12
1 changed files with 6 additions and 0 deletions
|
|
@ -103,6 +103,12 @@
|
|||
tests and Compose UI tests. This fixes a bug where playback advances
|
||||
non-deterministically during Espresso or Compose view interactions.
|
||||
* Remove deprecated symbols:
|
||||
* Remove
|
||||
`TransformationRequest.Builder.setEnableRequestSdrToneMapping(boolean)`
|
||||
and
|
||||
`TransformationRequest.Builder.experimental_setEnableHdrEditing(boolean)`.
|
||||
Use `Composition.Builder.setHdrMode(int)` and pass the `Composition` to
|
||||
`Transformer.start(Composition, String)` instead.
|
||||
|
||||
## 1.1
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue