Fix release notes based on Devsite linter warnings

PiperOrigin-RevId: 709329498
This commit is contained in:
rohks 2024-12-24 06:14:38 -08:00 committed by Copybara-Service
parent 16617f5a8b
commit 3b9737f88a

View File

@ -60,7 +60,7 @@ This release includes the following changes since the
* Add `AudioManagerCompat` and `AudioFocusRequestCompat` to replace the * Add `AudioManagerCompat` and `AudioFocusRequestCompat` to replace the
equivalent classes in `androidx.media`. equivalent classes in `androidx.media`.
* ExoPlayer: * ExoPlayer:
* Consider language when selecting a video track. By default select a * Consider language when selecting a video track. By default, select a
'main' video track that matches the language of the selected audio 'main' video track that matches the language of the selected audio
track, if available. Explicit video language preferences can be track, if available. Explicit video language preferences can be
expressed with expressed with
@ -77,8 +77,8 @@ This release includes the following changes since the
`bufferForPlaybackAfterRebufferMs` in `DefaultLoadControl` to 1000 and `bufferForPlaybackAfterRebufferMs` in `DefaultLoadControl` to 1000 and
2000 ms respectively. 2000 ms respectively.
* Add `MediaExtractorCompat`, a new class that provides equivalent * Add `MediaExtractorCompat`, a new class that provides equivalent
functionality to platform `MediaExtractor`. features to platform `MediaExtractor`.
* Move `BasePreloadManager.Listener` to a top level * Move `BasePreloadManager.Listener` to a top-level
`PreloadManagerListener`. `PreloadManagerListener`.
* `RenderersFactory.createSecondaryRenderer` can be implemented to provide * `RenderersFactory.createSecondaryRenderer` can be implemented to provide
secondary renderers for pre-warming. Pre-warming enables quicker media secondary renderers for pre-warming. Pre-warming enables quicker media
@ -95,7 +95,7 @@ This release includes the following changes since the
* Transformer: * Transformer:
* Update parameters of `VideoFrameProcessor.registerInputStream` and * Update parameters of `VideoFrameProcessor.registerInputStream` and
`VideoFrameProcessor.Listener.onInputStreamRegistered` to use `Format`. `VideoFrameProcessor.Listener.onInputStreamRegistered` to use `Format`.
* Add support for transmuxing into alternative backwards compatible * Add support for transmuxing into alternative backward compatible
formats. formats.
* Generate HDR static metadata when using `DefaultEncoderFactory`. * Generate HDR static metadata when using `DefaultEncoderFactory`.
* Extractors: * Extractors:
@ -107,7 +107,7 @@ This release includes the following changes since the
(previously it was called when playback was paused). (previously it was called when playback was paused).
* Video: * Video:
* Fix `MediaCodecVideoRenderer` such that when without a `Surface`, the * Fix `MediaCodecVideoRenderer` such that when without a `Surface`, the
renderer will skip just-early frames only if the renderer skips just-early frames only if the
`VideoFrameReleaseControl.getFrameReleaseAction` is not `VideoFrameReleaseControl.getFrameReleaseAction` is not
`FRAME_RELEASE_TRY_AGAIN_LATER`. `FRAME_RELEASE_TRY_AGAIN_LATER`.
* Text: * Text: