Commit 4c6c1a13 by tonihei Committed by kim-vde

Tweak shrinking guide and update release notes.

The shrinking didn't mention that users of the existing
ProgressiveMediaSource need to pass in ExtractorsFactory.EMPTY to the
SimpleExoPlayer.Builder as well.

Also updated the release notes to mention the changed shrinking
guidance.

Issue: #7937
PiperOrigin-RevId: 333060452
parent a196fb07
Showing with 4 additions and 0 deletions
...@@ -77,6 +77,10 @@ To learn more about what's new in 2.12, read the corresponding ...@@ -77,6 +77,10 @@ To learn more about what's new in 2.12, read the corresponding
playable `MediaSource` instances. A `DefaultMediaSourceFactory` is playable `MediaSource` instances. A `DefaultMediaSourceFactory` is
used by default. `Builder.setMediaSourceFactory` allows setting a used by default. `Builder.setMediaSourceFactory` allows setting a
custom factory. custom factory.
* Update [APK shrinking guide](https://exoplayer.dev/shrinking.html)
to explain how shrinking works with the new `MediaItem` and
`DefaultMediaSourceFactory` implementations
([#7937](https://github.com/google/ExoPlayer/issues/7937)).
* Add additional options to `Builder` that were previously only * Add additional options to `Builder` that were previously only
accessible via setters. accessible via setters.
* Add opt-in to verify correct thread usage with * Add opt-in to verify correct thread usage with
......
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