Commit 9b0d24c9 by olly Committed by Oliver Woodman

Fix stuck-buffering state when playing merged media

Also added a TODO to track clarifying SequenceableLoader
more accurately and auditing existing implementations.

Issue: #2396

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=150305685
parent ce5c0c18
...@@ -354,6 +354,7 @@ import java.io.IOException; ...@@ -354,6 +354,7 @@ import java.io.IOException;
sourceListener.onSourceInfoRefreshed( sourceListener.onSourceInfoRefreshed(
new SinglePeriodTimeline(durationUs, seekMap.isSeekable()), null); new SinglePeriodTimeline(durationUs, seekMap.isSeekable()), null);
} }
callback.onContinueLoadingRequested(this);
} }
@Override @Override
......
...@@ -17,6 +17,7 @@ package com.google.android.exoplayer2.source; ...@@ -17,6 +17,7 @@ package com.google.android.exoplayer2.source;
import com.google.android.exoplayer2.C; import com.google.android.exoplayer2.C;
// TODO: Clarify the requirements for implementing this interface [Internal ref: b/36250203].
/** /**
* A loader that can proceed in approximate synchronization with other loaders. * A loader that can proceed in approximate synchronization with other loaders.
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment