Skip to content

Commit 6553114

Browse files
committed
Fix release notes
PiperOrigin-RevId: 599499930 (cherry picked from commit 4b0ff48)
1 parent 1603248 commit 6553114

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

RELEASENOTES.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,13 @@ This release includes the following changes since the
2222
dependencies.
2323
* ExoPlayer:
2424
* Add `PreloadMediaSource` and `PreloadMediaPeriod` that allows apps to
25-
preload the media source at a specific start position before playback,
26-
where the efforts include preparing the source for a `Timeline`,
27-
preparing and caching the period, selecting tracks and loading the data
28-
on the period. Apps are able to control the preload progress by
29-
implementing `PreloadMediaSource.PreloadControl`.
25+
preload a content media source at a specific start position before
26+
playback. `PreloadMediaSource` takes care of preparing the content media
27+
source to receive the `Timeline`, preparing and caching the period at
28+
the given start position, selecting tracks and loading media data for
29+
the period. Apps control the preload progress by implementing
30+
`PreloadMediaSource.PreloadControl` and set the preloaded source to the
31+
player for playback.
3032
* Add `ExoPlayer.setImageOutput` that allows apps to set
3133
`ImageRenderer.ImageOutput`.
3234
* `DefaultRenderersFactory` now provides an `ImageRenderer` to the player
@@ -43,7 +45,7 @@ This release includes the following changes since the
4345
* Transformer:
4446
* Add support for flattening H.265/HEVC SEF slow motion videos.
4547
* Increase transmuxing speed, especially for 'remove video' edits.
46-
* Add api to ensure that the output file starts on a video frame. This can
48+
* Add API to ensure that the output file starts on a video frame. This can
4749
make the output of trimming operations more compatible with player
4850
implementations that don't show the first video frame until its
4951
presentation timestamp

0 commit comments

Comments
 (0)