media/library
kimvde 1ae879788a Fix issue caused by using ForwardingPlayer and StyledPlayerControlView
StyledPlayerControlView was checking whether the player is an ExoPlayer
instance to set the track selector. This means that, if apps were
wrapping an ExoPlayer in a ForwardingPlayer (to replace a
ControlDispatcher for example), the track selector wasn't set anymore.

#minor-release

PiperOrigin-RevId: 391776305
2021-08-20 11:49:12 +01:00
..
all Include RTSP module in gradle project 2021-05-10 23:41:50 +01:00
common Fix issue caused by using ForwardingPlayer and StyledPlayerControlView 2021-08-20 11:49:12 +01:00
core Deprecate ExoPlayer DeviceComponent. 2021-08-19 10:48:03 +01:00
dash DRM refactor / cleanup 2021-08-19 10:42:56 +01:00
extractor Set format.sampleMimeType to TEXT_EXOPLAYER_CUES in SubtitleExtractor. 2021-08-20 11:44:06 +01:00
hls DRM refactor / cleanup 2021-08-19 10:42:56 +01:00
rtsp Revert unwanted changes. 2021-08-12 16:31:51 +01:00
smoothstreaming DRM refactor / cleanup 2021-08-19 10:42:56 +01:00
transformer Prototype video transcoding 2021-08-12 16:30:21 +01:00
ui Fix issue caused by using ForwardingPlayer and StyledPlayerControlView 2021-08-20 11:49:12 +01:00
README.md Tweak and add READMEs + remove refs to V1 2017-08-17 22:59:34 +01:00

ExoPlayer library

The ExoPlayer library is split into multiple modules. See ExoPlayer's top level README for more information about the available library modules and how to use them.