Commit c9193fdc by olly Committed by Oliver Woodman

Fix release notes

PiperOrigin-RevId: 381443205
parent b58fce1b
Showing with 3 additions and 4 deletions
...@@ -91,6 +91,8 @@ ...@@ -91,6 +91,8 @@
`EXT-X-MAP` tag in a media playlist, would not be loaded when `EXT-X-MAP` tag in a media playlist, would not be loaded when
encountered during playback encountered during playback
([#9004](https://github.com/google/ExoPlayer/issues/9004)). ([#9004](https://github.com/google/ExoPlayer/issues/9004)).
* Forward the `FRAME-RATE` value from the master playlist to renditions.
([#8960](https://github.com/google/ExoPlayer/issues/8960)).
* Ad playback: * Ad playback:
* Support changing ad break positions in the player logic * Support changing ad break positions in the player logic
([#5067](https://github.com/google/ExoPlayer/issues/5067). ([#5067](https://github.com/google/ExoPlayer/issues/5067).
...@@ -103,10 +105,7 @@ ...@@ -103,10 +105,7 @@
* Add `setUseFastForwardActionInCompactView(boolean)` and * Add `setUseFastForwardActionInCompactView(boolean)` and
`setUseRewindActionInCompactView(boolean)` to make it possible to show `setUseRewindActionInCompactView(boolean)` to make it possible to show
seek actions in compact view mode. seek actions in compact view mode.
* HLS * RTSP:
* Forward the FRAME-RATE value from the master playlist to renditions.
([#8960](https://github.com/google/ExoPlayer/issues/8960)).
* RTSP
* Fix session description (SDP) parsing to use a HashMap-like behaviour * Fix session description (SDP) parsing to use a HashMap-like behaviour
for duplicated attributes. for duplicated attributes.
([#9014](https://github.com/google/ExoPlayer/issues/9014)). ([#9014](https://github.com/google/ExoPlayer/issues/9014)).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment