Move DASH subtitle parsing release note to correct section

#minor-release

PiperOrigin-RevId: 574090381
This commit is contained in:
ibaker 2023-10-17 03:39:26 -07:00 committed by Copybara-Service
parent 64bd3bcad3
commit df19097e22

View File

@ -40,6 +40,12 @@
load start time rather than the last load completed time load start time rather than the last load completed time
([#663](https://github.com/androidx/media/issues/663)). ([#663](https://github.com/androidx/media/issues/663)).
* DASH Extension: * DASH Extension:
* Add experimental support for parsing subtitles during extraction. This
has better support for merging overlapping subtitles, including
resolving flickering when transitioning between subtitle segments. You
can enable this using
`DashMediaSource.Factory.experimentalParseSubtitlesDuringExtraction()`
([#288](https://github.com/androidx/media/issues/288)).
* Smooth Streaming Extension: * Smooth Streaming Extension:
* RTSP Extension: * RTSP Extension:
* Decoder Extensions (FFmpeg, VP9, AV1, MIDI, etc.): * Decoder Extensions (FFmpeg, VP9, AV1, MIDI, etc.):
@ -70,12 +76,6 @@ This release includes the following changes since the
Android Auto. Android Auto.
* DASH Extension: * DASH Extension:
* Allow multiple of the same DASH identifier in segment template url. * Allow multiple of the same DASH identifier in segment template url.
* Add experimental support for parsing subtitles during extraction. This
has better support for merging overlapping subtitles, including
resolving flickering when transitioning between subtitle segments. You
can enable this using
`DashMediaSource.Factory.experimentalParseSubtitlesDuringExtraction()`
([#288](https://github.com/androidx/media/issues/288)).
* Smooth Streaming Extension: * Smooth Streaming Extension:
* RTSP Extension: * RTSP Extension:
* Use RTSP Setup Response timeout value in time interval of sending * Use RTSP Setup Response timeout value in time interval of sending