Skip to content

qt: workaround for fingerprinter_Destroy() blocking the UI thread

Fatih Uzunoğlu requested to merge fuzun/vlc:qt/fingerprintuiblock into master

The UI thread is blocked if fingerprinting is ongoing because fingerprinter_Destroy() is not able to immediately return.

Merge request reports