Commit a40d3e4c by ibaker Committed by Marc Baechinger

Fix release notes typo from `PlaceHolder` to `Placeholder`

The classes were renamed to `PlaceholderXXX` in
https://github.com/androidx/media/commit/33373d0d0a159ad9c9c3590c838098c4c1530910

#minor-release

PiperOrigin-RevId: 451872006
parent 85a936ec
Showing with 2 additions and 2 deletions
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
`Player.Listener.onTracksInfoChanged` have also been renamed to `Player.Listener.onTracksInfoChanged` have also been renamed to
`Player.getCurrentTracks` and `Player.Listener.onTracksChanged`. `Player.getCurrentTracks` and `Player.Listener.onTracksChanged`.
* Video: * Video:
* Rename `DummySurface` to `PlaceHolderSurface`. * Rename `DummySurface` to `PlaceholderSurface`.
* Add AV1 support to the `MediaCodecVideoRenderer.getCodecMaxInputSize`. * Add AV1 support to the `MediaCodecVideoRenderer.getCodecMaxInputSize`.
* Audio: * Audio:
* Use LG AC3 audio decoder advertising non-standard MIME type. * Use LG AC3 audio decoder advertising non-standard MIME type.
...@@ -136,7 +136,7 @@ ...@@ -136,7 +136,7 @@
`MediaSession.Callback.onAddMediaItems` to allow asynchronous resolution `MediaSession.Callback.onAddMediaItems` to allow asynchronous resolution
of requests. of requests.
* Data sources: * Data sources:
* Rename `DummyDataSource` to `PlaceHolderDataSource`. * Rename `DummyDataSource` to `PlaceholderDataSource`.
* Workaround OkHttp interrupt handling. * Workaround OkHttp interrupt handling.
* Remove deprecated symbols: * Remove deprecated symbols:
* Remove `Player.Listener.onTracksChanged`. Use * Remove `Player.Listener.onTracksChanged`. Use
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment