media/library
tonihei 6616e6c1a9 Don't check if next period is prepared when ignoring renderer media clock.
When the renderer media clock source read its stream to end but is not ready,
this means one of two things. Either the next period is not prepared yet and
we need to stop the renderers and buffer until it's prepared, or we are
waiting for another track in the current period with a uneven (longer)
duration.

The second case was already covered by this if condition and uses the standalone
clock instead to continue.

The first case now also uses the standalone clock, but it doesn't make a
difference, because both clocks are stopped and still synchronized.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=175134975
2017-11-13 15:09:35 +00:00
..
all Tweak and add READMEs + remove refs to V1 2017-08-17 22:59:34 +01:00
core Don't check if next period is prepared when ignoring renderer media clock. 2017-11-13 15:09:35 +00:00
dash Supports Out-of-band, in MPD EventStream. 2017-11-13 15:08:09 +00:00
hls Decouple TrackGroups from SampleQueues in HlsSampleStreamWrapper 2017-11-13 15:01:55 +00:00
smoothstreaming Pass MediaSource instance through onSourceInfoRefreshed 2017-10-27 16:13:59 +01:00
ui Don't call Drawable.setLayoutDirection pre-API-23 2017-11-02 16:32:29 +00: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.