From ab397e408a7a34a3b9e914559644f7e2b6720fdc Mon Sep 17 00:00:00 2001 From: Sebastian Roth Date: Fri, 5 Nov 2021 11:10:29 +0000 Subject: [PATCH] move release notes entry --- RELEASENOTES.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 093665e647..8adfa66e6b 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -8,6 +8,9 @@ `buildVideoRenderers()` or `buildAudioRenderers()` can access the codec adapter factory and pass it to `MediaCodecRenderer` instances they create. +* RTSP + * Provide a client API to override the `SocketFactory` used for any server + connection ([#9606](https://github.com/google/ExoPlayer/pull/9606)). ### 2.16.0 (2021-11-04) @@ -90,8 +93,6 @@ * RTSP: * Support RFC4566 SDP attribute field grammar ([#9430](https://github.com/google/ExoPlayer/issues/9430)). - * Provide a client API to override the `SocketFactory` used for any server - connection ([#9606](https://github.com/google/ExoPlayer/pull/9606)). * DASH: * Populate `Format.sampleMimeType`, `width` and `height` for image `AdaptationSet` elements