From 655311409f592264088f99f671b5ef1ba3281165 Mon Sep 17 00:00:00 2001 From: sheenachhabra Date: Thu, 18 Jan 2024 07:23:37 -0800 Subject: [PATCH] Fix release notes PiperOrigin-RevId: 599499930 (cherry picked from commit 4b0ff48ca92e45e9be75fadff7df8772decedea4) --- RELEASENOTES.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 9f2bef02af1..9bda7decc7d 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -22,11 +22,13 @@ This release includes the following changes since the dependencies. * ExoPlayer: * Add `PreloadMediaSource` and `PreloadMediaPeriod` that allows apps to - preload the media source at a specific start position before playback, - where the efforts include preparing the source for a `Timeline`, - preparing and caching the period, selecting tracks and loading the data - on the period. Apps are able to control the preload progress by - implementing `PreloadMediaSource.PreloadControl`. + preload a content media source at a specific start position before + playback. `PreloadMediaSource` takes care of preparing the content media + source to receive the `Timeline`, preparing and caching the period at + the given start position, selecting tracks and loading media data for + the period. Apps control the preload progress by implementing + `PreloadMediaSource.PreloadControl` and set the preloaded source to the + player for playback. * Add `ExoPlayer.setImageOutput` that allows apps to set `ImageRenderer.ImageOutput`. * `DefaultRenderersFactory` now provides an `ImageRenderer` to the player @@ -43,7 +45,7 @@ This release includes the following changes since the * Transformer: * Add support for flattening H.265/HEVC SEF slow motion videos. * Increase transmuxing speed, especially for 'remove video' edits. - * Add api to ensure that the output file starts on a video frame. This can + * Add API to ensure that the output file starts on a video frame. This can make the output of trimming operations more compatible with player implementations that don't show the first video frame until its presentation timestamp