Skip to content

Commit

Permalink
Add internal demo flavor that uses MediaParser for progressive media
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 309258505
  • Loading branch information
AquilesCanta authored and ojw28 committed May 1, 2020
1 parent ab57c80 commit 956514a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,8 @@ public ProgressiveMediaPeriod(
this.customCacheKey = customCacheKey;
this.continueLoadingCheckIntervalBytes = continueLoadingCheckIntervalBytes;
loader = new Loader("Loader:ProgressiveMediaPeriod");
progressiveMediaExtractor = new BundledExtractorsAdapter(extractors);
ProgressiveMediaExtractor progressiveMediaExtractor = new BundledExtractorsAdapter(extractors);
this.progressiveMediaExtractor = progressiveMediaExtractor;
loadCondition = new ConditionVariable();
maybeFinishPrepareRunnable = this::maybeFinishPrepare;
onContinueLoadingRequestedRunnable =
Expand Down

0 comments on commit 956514a

Please sign in to comment.