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
This commit is contained in:
ibaker 2021-01-26 14:35:20 +00:00 committed by kim-vde
parent 724ded167c
commit 3c17aeb761

View File

@ -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 @@
* 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