Commit 3c17aeb7 by ibaker Committed by kim-vde

Remove duplicate release notes

These changes are all in 2.12.3, they shouldn't be in the 2.13.0
section.

#minor-release

PiperOrigin-RevId: 353855677
parent 724ded16
Showing with 0 additions and 9 deletions
...@@ -130,11 +130,6 @@ ...@@ -130,11 +130,6 @@
* Add option to `MergingMediaSource` to clip the durations of all sources * Add option to `MergingMediaSource` to clip the durations of all sources
to have the same length to have the same length
([#8422](https://github.com/google/ExoPlayer/issues/8422)). ([#8422](https://github.com/google/ExoPlayer/issues/8422)).
* Fix propagation of `LoadErrorHandlingPolicy` from
`DefaultMediaSourceFactory` into `SingleSampleMediaSource.Factory` when
creating subtitle media sources from
`MediaItem.playbackProperties.subtitles`
([#8430](https://github.com/google/ExoPlayer/issues/8430)).
* Remove `ExoPlaybackException.OutOfMemoryError`. * Remove `ExoPlaybackException.OutOfMemoryError`.
* Remove `setVideoDecoderOutputBufferRenderer` from Player API. Clients * Remove `setVideoDecoderOutputBufferRenderer` from Player API. Clients
should use `setOutputSurface` directly instead. should use `setOutputSurface` directly instead.
...@@ -233,10 +228,6 @@ ...@@ -233,10 +228,6 @@
* Create E-AC3 JOC passthrough `AudioTrack`s using the maximum supported * Create E-AC3 JOC passthrough `AudioTrack`s using the maximum supported
channel count (instead of assuming 6 channels) from API 29. channel count (instead of assuming 6 channels) from API 29.
* Text: * Text:
* Gracefully handle null-terminated subtitle content in Matroska
containers.
* Fix CEA-708 anchor positioning
([#1807](https://github.com/google/ExoPlayer/issues/1807)).
* Fix CEA-708 sequence number discontinuity handling * Fix CEA-708 sequence number discontinuity handling
([#1807](https://github.com/google/ExoPlayer/issues/1807)). ([#1807](https://github.com/google/ExoPlayer/issues/1807)).
* Fix CEA-708 handling of unexpectedly small packets * Fix CEA-708 handling of unexpectedly small packets
......
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