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
This commit is contained in:
parent
ce5c0c18f9
commit
9b0d24c909
@ -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;
|
|||||||
|
|
||||||
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.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user