Commit 448ce43d by andrewlewis Committed by Oliver Woodman

Fix unused playlistParser in deprecated constructor

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=199792156
parent fb00221d
...@@ -339,8 +339,7 @@ public final class HlsMediaSource extends BaseMediaSource ...@@ -339,8 +339,7 @@ public final class HlsMediaSource extends BaseMediaSource
extractorFactory, extractorFactory,
new DefaultCompositeSequenceableLoaderFactory(), new DefaultCompositeSequenceableLoaderFactory(),
minLoadableRetryCount, minLoadableRetryCount,
new DefaultHlsPlaylistTracker( new DefaultHlsPlaylistTracker(dataSourceFactory, minLoadableRetryCount, playlistParser),
dataSourceFactory, minLoadableRetryCount, new HlsPlaylistParser()),
/* allowChunklessPreparation= */ false, /* allowChunklessPreparation= */ false,
/* tag= */ null); /* tag= */ null);
if (eventHandler != null && eventListener != null) { if (eventHandler != null && eventListener != null) {
......
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