From a96a82588e9015380a2e16d6dfd566a545583a6d Mon Sep 17 00:00:00 2001 From: sofijajvc Date: Thu, 10 Oct 2019 13:02:27 +0100 Subject: [PATCH] Update release notes for GL classes changes PiperOrigin-RevId: 273937090 --- RELEASENOTES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 77edbd468f..b84328fa48 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -95,6 +95,8 @@ and move it to the core library. * Move `LibvpxVideoRenderer.MSG_SET_OUTPUT_BUFFER_RENDERER` to `C.MSG_SET_OUTPUT_BUFFER_RENDERER`. + * Use `VideoDecoderRenderer` as an implementation of + `VideoDecoderOutputBufferRenderer`, instead of `VideoDecoderSurfaceView`. * Add `Timeline.Window.isLive` to indicate that a window is a live stream ([#2668](https://github.com/google/ExoPlayer/issues/2668) and [#5973](https://github.com/google/ExoPlayer/issues/5973)).