From ef24125d20b3092c270299e092bdd2f7994bc7e8 Mon Sep 17 00:00:00 2001 From: olly Date: Fri, 18 Jan 2019 00:44:17 +0000 Subject: [PATCH] Fix release notes for 2.9.4 PiperOrigin-RevId: 229841782 --- RELEASENOTES.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 51264dcfe0..061a095183 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -39,10 +39,6 @@ * Remove `player` and `isTopLevelSource` parameters from `MediaSource.prepare`. * Change signature of `PlayerNotificationManager.NotificationListener` to better fit service requirements. Remove ability to set a custom stop action. -* Add `startPositionUs` to `MediaSource.createPeriod`. This fixes an issue where - using lazy preparation in `ConcatenatingMediaSource` with an - `ExtractorMediaSource` overrides initial seek positions - ([#5350](https://github.com/google/ExoPlayer/issues/5350)). ### 2.9.4 ### @@ -60,8 +56,12 @@ ([#5351](https://github.com/google/ExoPlayer/issues/5351)). * Fix issue where uneven track durations in MP4 streams can cause OOM problems ([#3670](https://github.com/google/ExoPlayer/issues/3670)). -* Add the sub text to the MediaDescriptionAdapter of the - PlayerNotificationManager. +* Add `startPositionUs` to `MediaSource.createPeriod`. This fixes an issue where + using lazy preparation in `ConcatenatingMediaSource` with an + `ExtractorMediaSource` overrides initial seek positions + ([#5350](https://github.com/google/ExoPlayer/issues/5350)). +* Add subtext to the `MediaDescriptionAdapter` of the + `PlayerNotificationManager`. ### 2.9.3 ###