mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Fix unused playlistParser in deprecated constructor
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=199792156
This commit is contained in:
parent
fb00221d7d
commit
448ce43ddf
1 changed files with 1 additions and 2 deletions
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue