mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-26 17:46:26 +03:00
562168a1f6
In player, SimpleTextDisplayer was set as the default TextDisplayer. In our UI, it changes the configuration to use the UITextDisplayer, and UITextDisplayer gets constructed with the player. Later in our demo, it resets the config, so an extra SimpleTextDisplayer gets constructed. This introduces an extra TextTrack created by SimpleTextDisplayer. This change sets the UITextDisplayer as the default TextDisplayer in player's default config. Closes #2516 Change-Id: I3f653be9fad8b2edbc2fb9de84e8abb327dcfc51