From 6c4bb2cdec71ecfae08af6bf2104e4d9e6d0c780 Mon Sep 17 00:00:00 2001 From: olly Date: Tue, 12 Dec 2017 23:43:16 -0800 Subject: [PATCH] Update release notes to reflect builder -> factory change ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=178866131 --- RELEASENOTES.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index b71faff349..fce791015f 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -11,9 +11,9 @@ * Replace `DefaultTrackSelector.Parameters` copy methods with a builder. * Allow more flexible loading strategy when playing media containing multiple sub-streams, by allowing injection of custom `CompositeSequenceableLoader` - factories through `DashMediaSource.Builder`, `HlsMediaSource.Builder`, - `SsMediaSource.Builder`, and `MergingMediaSource`. -* Add Builder to `ExtractorMediaSource`, `HlsMediaSource`, `SsMediaSource`, + factories through `DashMediaSource.Factory`, `HlsMediaSource.Factory`, + `SsMediaSource.Factory`, and `MergingMediaSource`. +* Add Factory to `ExtractorMediaSource`, `HlsMediaSource`, `SsMediaSource`, `DashMediaSource`, `SingleSampleMediaSource`. * DASH: * Support in-MPD EventStream.