Skip to content

Commit

Permalink
Fix missing require for SimpleTextDisplayer
Browse files Browse the repository at this point in the history
This is used by Player, so Player should require it.  It should not be
in the list of self-registering plugins in shaka-player.uncompiled.js.

Closes #1819

Change-Id: Ib1846575737cec8576bf63f5a9871009745baece
  • Loading branch information
joeyparrish committed Feb 25, 2019
1 parent 4d41b7b commit 8cb3ffb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions lib/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ goog.require('shaka.media.RegionTimeline');
goog.require('shaka.media.SegmentReference');
goog.require('shaka.media.StreamingEngine');
goog.require('shaka.net.NetworkingEngine');
goog.require('shaka.text.SimpleTextDisplayer');
goog.require('shaka.util.ArrayUtils');
goog.require('shaka.util.Destroyer');
goog.require('shaka.util.Error');
Expand Down
1 change: 0 additions & 1 deletion shaka-player.uncompiled.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ goog.require('shaka.polyfill.installAll');
goog.require('shaka.text.Cue');
goog.require('shaka.text.Mp4TtmlParser');
goog.require('shaka.text.Mp4VttParser');
goog.require('shaka.text.SimpleTextDisplayer');
goog.require('shaka.text.TextEngine');
goog.require('shaka.text.TtmlTextParser');
goog.require('shaka.text.VttTextParser');
Expand Down

0 comments on commit 8cb3ffb

Please sign in to comment.