Files
shaka-player/lib/text
xiao 3cbc770b76 fix: NativeTextDisplayer.remove() not following the spec (#8714)
Should return false only if it's destroyed. Or it may cause
[`StreamingEngine`](https://github.com/shaka-project/shaka-player/blob/b752f779cfde99bb6bfa4f7f7dec31bb4f64209e/lib/media/streaming_engine.js#L2627)
to call it repeatedly, thus blocking the thread.

---------

Co-authored-by: Wojciech Tyczyński <tykus160@gmail.com>
2025-06-09 11:40:51 +02:00
..