From a40d3e4c9a25d88626e6da0f59e78518fa36843d Mon Sep 17 00:00:00 2001 From: ibaker Date: Mon, 30 May 2022 14:26:55 +0000 Subject: [PATCH] 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 --- RELEASENOTES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index e803376b45..ce5439d244 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -34,7 +34,7 @@ `Player.Listener.onTracksInfoChanged` have also been renamed to `Player.getCurrentTracks` and `Player.Listener.onTracksChanged`. * Video: - * Rename `DummySurface` to `PlaceHolderSurface`. + * Rename `DummySurface` to `PlaceholderSurface`. * Add AV1 support to the `MediaCodecVideoRenderer.getCodecMaxInputSize`. * Audio: * Use LG AC3 audio decoder advertising non-standard MIME type. @@ -136,7 +136,7 @@ `MediaSession.Callback.onAddMediaItems` to allow asynchronous resolution of requests. * Data sources: - * Rename `DummyDataSource` to `PlaceHolderDataSource`. + * Rename `DummyDataSource` to `PlaceholderDataSource`. * Workaround OkHttp interrupt handling. * Remove deprecated symbols: * Remove `Player.Listener.onTracksChanged`. Use