mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00

The actual fix here is to not call discardExtractors in HlsSampleSource whilst the loading thread that's pushing data into it is still running. It's required to wait for that thread to have exited before doing this. Issue: #159