mirror of
https://github.com/samsonjs/media.git
synced 2026-03-29 10:05:48 +00:00
Add omitted release note for 2.11
PiperOrigin-RevId: 286201458
This commit is contained in:
parent
65e84811ff
commit
e8068f0fcb
1 changed files with 4 additions and 0 deletions
|
|
@ -70,6 +70,10 @@
|
|||
* Fix issue where player errors are thrown too early at playlist transitions
|
||||
([#5407](https://github.com/google/ExoPlayer/issues/5407)).
|
||||
* Add `Format` and renderer support flags to renderer `ExoPlaybackException`s.
|
||||
* Where there are multiple platform decoders for a given MIME type, prefer to
|
||||
use one that advertises support for the profile and level of the media being
|
||||
played over one that does not, even if it does not come first in the
|
||||
`MediaCodecList`.
|
||||
* DRM:
|
||||
* Inject `DrmSessionManager` into the `MediaSources` instead of `Renderers`.
|
||||
This allows each `MediaSource` in a `ConcatenatingMediaSource` to use a
|
||||
|
|
|
|||
Loading…
Reference in a new issue