media/library/src/main/java/com/google/android/exoplayer2/source
olly 62bdb1b93a Fix failure when a seek is performed with no enabled tracks
This issue affects ExtractorMediaSource only. We shouldn't
start loading in the case that we're prepared and have no
enabled tracks, since there's nothing that we need to load.
This was causing an assertion failure in startLoading.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=140030650
2016-11-25 20:18:32 +00:00
..
chunk Support DASH multi-segment fetches 2016-11-25 20:18:32 +00:00
dash Support DASH multi-segment fetches 2016-11-25 20:18:32 +00:00
hls Merge initialization chunk into HlsMediaChunk 2016-11-25 20:18:32 +00:00
smoothstreaming Support DASH multi-segment fetches 2016-11-25 20:18:32 +00:00
AdaptiveMediaSourceEventListener.java Fix onLoad* event media times for multi-period case 2016-11-10 20:53:20 +00:00
BehindLiveWindowException.java Move more classes under source package 2016-07-15 18:08:00 +01:00
CompositeSequenceableLoader.java Sanitize constants 2016-08-31 15:25:18 +01:00
ConcatenatingMediaSource.java Project default start pos to fix VOD->Live transitions 2016-11-10 21:15:20 +00:00
ExtractorMediaPeriod.java Fix failure when a seek is performed with no enabled tracks 2016-11-25 20:18:32 +00:00
ExtractorMediaSource.java Move preparation from MediaPeriod constructors to prepare(). 2016-09-28 11:26:12 +01:00
LoopingMediaSource.java Project default start pos to fix VOD->Live transitions 2016-11-10 21:15:20 +00:00
MediaPeriod.java Move preparation from MediaPeriod constructors to prepare(). 2016-09-28 11:26:12 +01:00
MediaSource.java Move preparation from MediaPeriod constructors to prepare(). 2016-09-28 11:26:12 +01:00
MergingMediaPeriod.java Fix/suppress some analysis warnings. 2016-10-24 11:44:49 +01:00
MergingMediaSource.java Move preparation from MediaPeriod constructors to prepare(). 2016-09-28 11:26:12 +01:00
SampleStream.java Use new import ordering. 2016-08-08 11:06:48 +01:00
SequenceableLoader.java Call onPrepared/onSourceInfoRefreshed on the playback thread. 2016-09-28 11:26:12 +01:00
SinglePeriodTimeline.java Project default start pos to fix VOD->Live transitions 2016-11-10 21:15:20 +00:00
SingleSampleMediaPeriod.java Fix sideloaded subtitles 2016-10-03 17:43:28 +01:00
SingleSampleMediaSource.java Move preparation from MediaPeriod constructors to prepare(). 2016-09-28 11:26:12 +01:00
TrackGroup.java Sanitize constants 2016-08-31 15:25:18 +01:00
TrackGroupArray.java Report track groups and selections through ExoPlayer 2016-10-27 12:27:55 +01:00