-
Fix https://github.com/google/ExoPlayer/issues/159. · 81e2c9f0
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
Oliver Woodman committed