Fix release notes typo from PlaceHolder to Placeholder

The classes were renamed to `PlaceholderXXX` in
33373d0d0a

#minor-release

PiperOrigin-RevId: 451872006
This commit is contained in:
ibaker 2022-05-30 14:26:55 +00:00 committed by Marc Baechinger
parent 85a936ecb1
commit a40d3e4c9a

View File

@ -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 @@
`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