Move release notes entry to correct section

PiperOrigin-RevId: 558087503
This commit is contained in:
bachinger 2023-08-18 10:31:55 +01:00 committed by Julia Bibik
parent c6804e40a3
commit 725e1abc76

View File

@ -17,6 +17,9 @@
* Muxers: * Muxers:
* IMA extension: * IMA extension:
* Session: * Session:
* Set the notifications foreground service behavior to
`FOREGROUND_SERVICE_IMMEDIATE` in `DefaultMediaNotificationProvider`
([#167](https://github.com/androidx/media/issues/167)).
* UI: * UI:
* Downloads: * Downloads:
* OkHttp Extension: * OkHttp Extension:
@ -145,9 +148,6 @@ This release includes the following changes since
* Effect: * Effect:
* Add `VideoFrameProcessor.queueInputBitmap(Bitmap, Iterator<Long>)` * Add `VideoFrameProcessor.queueInputBitmap(Bitmap, Iterator<Long>)`
queuing bitmap input by timestamp. queuing bitmap input by timestamp.
* Set the notifications foreground service behavior to
`FOREGROUND_SERVICE_IMMEDIATE` in `DefaultMediaNotificationProvider`
([#167](https://github.com/androidx/media/issues/167)).
* UI: * UI:
* Add a `Player.Listener` implementation for Wear OS devices that handles * Add a `Player.Listener` implementation for Wear OS devices that handles
playback suppression due to playback suppression due to
@ -165,7 +165,6 @@ This release includes the following changes since
* MIDI extension: * MIDI extension:
* Release the MIDI decoder module, which provides support for playback of * Release the MIDI decoder module, which provides support for playback of
standard MIDI files using the Jsyn library to synthesize audio. standard MIDI files using the Jsyn library to synthesize audio.
* Cast Extension:
* Test Utilities: * Test Utilities:
* Make `TestExoPlayerBuilder` and `FakeClock` compatible with Espresso UI * Make `TestExoPlayerBuilder` and `FakeClock` compatible with Espresso UI
tests and Compose UI tests. This fixes a bug where playback advances tests and Compose UI tests. This fixes a bug where playback advances