media/library
tonihei 85bc1d6e14 Fix message indexing bug.
We keep an index hint for the next pending player message. This hint
wasn't updated correctly when messages are removed due to a timeline
update.

This change makes sure to only use the hint locally in one method so
that it doesn't need to be updated anywhere else and also adds the "hint"
suffix to the variable name to make it clearer that it's just a hint and
there are no guarantees this index actually exists anymore.

issue:#7278
PiperOrigin-RevId: 309217614
2020-05-01 19:48:14 +01:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
common Rename sourceUri to uri 2020-05-01 19:46:04 +01:00
core Fix message indexing bug. 2020-05-01 19:48:14 +01:00
dash Add LoadErrorHandlingPolicy cleanup callbacks 2020-05-01 19:47:57 +01:00
extractor Add option to FakeTrackOutput to de-duplicate repeated formats 2020-05-01 19:46:30 +01:00
hls Add LoadErrorHandlingPolicy cleanup callbacks 2020-05-01 19:47:57 +01:00
smoothstreaming Add LoadErrorHandlingPolicy cleanup callbacks 2020-05-01 19:47:57 +01:00
ui Add TrackSelectionView getTag null check 2020-05-01 19:46:48 +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.