Fix ExoPlayerTest

This commit is contained in:
Oliver Woodman 2019-08-01 21:06:56 +01:00
parent f5e92134af
commit 88b68e5902

View File

@ -2625,7 +2625,7 @@ public final class ExoPlayerTest {
/* isDynamic= */ false,
/* durationUs= */ 10_000_000,
adPlaybackState));
final FakeMediaSource fakeMediaSource = new FakeMediaSource(fakeTimeline);
final FakeMediaSource fakeMediaSource = new FakeMediaSource(fakeTimeline, null);
AtomicReference<Player> playerReference = new AtomicReference<>();
AtomicLong contentStartPositionMs = new AtomicLong(C.TIME_UNSET);
EventListener eventListener =