Files
shaka-player/test
Theodore Abshire f036c94802 Fix video reloading on audio language change.
Previously, on seek, if any stream was unbuffered, it was considered an
unbuffered seek and every stream was cleared. This was to account for
the possibility that the streams would end up in different periods, and
therefore cause a hang.
However, this meant that changing the audio stream caused the video
stream to be flushed and reloaded pointlessly.
This changes the code to only clear all buffers if a stream has moved
into a different period; if one hasn't, it clears them on a case-by-case
basis.

Closes #1714

Change-Id: I6385e24266834bfc0c6dd2678facc5559affb941
2019-05-08 02:40:48 +00:00
..
2018-12-27 18:00:55 +00:00
2019-05-01 19:58:18 +00:00
2019-05-02 22:28:23 +00:00
2019-05-07 18:40:31 +00:00
2019-04-05 12:01:59 -07:00
2019-05-07 18:40:31 +00:00
2019-05-01 19:58:18 +00:00