mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-26 17:46:26 +03:00
8c7c74e950
This adds a polyfill for a Safari 9 MediaSource bug where calling abort() on SourceBuffer causes the decoder to fail. The reason we call abort() at all is to reset the decoder and smooth segment transitions on Chrome, Firefox, and Opera. Safari does not seem to have this problem in the first place, so it is fine to completely stub out abort(). Issue #446 Change-Id: Icbaaa3e9ce5372efdee937ddc4cf94a27dce6a47