MediaPlayer#setTextTrack() call resumes player when paused
Created by: yturtle98
While testing one of the samples provided, "multi-track-captions", I have noticed that changing a caption resumes the player. Is it intended? It only occurs for fragmented captions not for external captions.
It seems that switching text tracks leads to "re-initialization" of streams, which results calling StreamController#startAutoPlay().