From 1be1b0abfb8ee65ad0010c281c10db0e79ea0993 Mon Sep 17 00:00:00 2001 From: olly Date: Wed, 18 Sep 2019 13:17:34 +0100 Subject: [PATCH] Improve old release notes PiperOrigin-RevId: 269781924 --- RELEASENOTES.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 044174be07..5d86bc302c 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -163,6 +163,8 @@ `ExtractorsFactory` instances must now be passed via the `ProgressiveMediaSource.Factory` constructor, and `setExtractorsFactory` is deprecated. + * Make the default minimum buffer size equal the maximum buffer size for video + playbacks ([#2083](https://github.com/google/ExoPlayer/issues/2083)). * Move `PriorityTaskManager` from `DefaultLoadControl` to `SimpleExoPlayer`. * Add new `ExoPlaybackException` types for remote exceptions and out-of-memory errors. @@ -238,7 +240,7 @@ ([#5547](https://github.com/google/ExoPlayer/issues/5547)). * DRM: * Fix black flicker when keys rotate in DRM protected content - ([#3561](https://github.com/google/ExoPlayer/issues/3561)). + ([#3561](https://github.com/google/ExoPlayer/issues/3561)). * Work around lack of LA_URL attribute in PlayReady key request init data. * CEA-608: Improved conformance to the specification ([#3860](https://github.com/google/ExoPlayer/issues/3860)). @@ -268,8 +270,6 @@ order when in shuffle mode. * Allow handling of custom commands via `registerCustomCommandReceiver`. * Add ability to include an extras `Bundle` when reporting a custom error. -* LoadControl: Set minimum buffer for playbacks with video equal to maximum - buffer ([#2083](https://github.com/google/ExoPlayer/issues/2083)). * Log warnings when extension native libraries can't be used, to help with diagnosing playback failures ([#5788](https://github.com/google/ExoPlayer/issues/5788)).