From 784906b87209328e1f208cf833ff6cc426c77040 Mon Sep 17 00:00:00 2001 From: olly Date: Tue, 5 Feb 2019 15:25:01 +0000 Subject: [PATCH] Update release notes PiperOrigin-RevId: 232481580 --- RELEASENOTES.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 9ec6015240..817f9f2645 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -37,8 +37,6 @@ ([#3860](https://github.com/google/ExoPlayer/issues/3860)). * IMA extension: Require setting the `Player` on `AdsLoader` instances before playback. -* Add `Handler` parameter to `ConcatenatingMediaSource` methods which take a - callback `Runnable`. * Remove `player` and `isTopLevelSource` parameters from `MediaSource.prepare`. * VP9 extension: Remove RGB output mode and libyuv dependency, and switch to surface YUV output as the default. Remove constructor parameters `scaleToFit` @@ -49,6 +47,10 @@ ### 2.9.5 ### * HLS: Parse `CHANNELS` attribute from `EXT-X-MEDIA` tag. +* ConcatenatingMediaSource: + * Add `Handler` parameter to methods that take a callback `Runnable`. + * Fix issue with dropped messages when releasing the source + ([#5464](https://github.com/google/ExoPlayer/issues/5464)). * ExtractorMediaSource: Fix issue that could cause the player to get stuck buffering at the end of the media. * PlayerView: Fix issue preventing `OnClickListener` from receiving events @@ -58,8 +60,6 @@ * OkHttp extension: Upgrade OkHttp dependency to 3.12.1. * MP3: Wider fix for issue where streams would play twice on some Samsung devices ([#4519](https://github.com/google/ExoPlayer/issues/4519)). -* Fix issue with dropped messages when releasing a `ConcatenatingMediaSource` - ([#5464](https://github.com/google/ExoPlayer/issues/5464)). ### 2.9.4 ###