wasapi: Remove code that sets thread priority
authorNirbheek Chauhan <nirbheek@centricular.com>
Mon, 10 Sep 2018 19:30:21 +0000 (01:00 +0530)
committerNirbheek Chauhan <nirbheek@centricular.com>
Mon, 10 Sep 2018 19:30:21 +0000 (01:00 +0530)
commitf62b7fd71234ab712c67fe8c4deb5e2fac4e9982
tree78809c544785a4b057f4dabb82e6b49b7b3fea92
parent8875fe49ecc49e8728fefbf7b90afcc91bd69f47
wasapi: Remove code that sets thread priority

This is now handled directly in gstaudiosrc/sink, and we were setting
it in the wrong thread anyway. prepare() is not the same thread as
sink_write() or src_read().
sys/wasapi/gstwasapisink.c
sys/wasapi/gstwasapisink.h
sys/wasapi/gstwasapisrc.c
sys/wasapi/gstwasapisrc.h
sys/wasapi/gstwasapiutil.c
sys/wasapi/gstwasapiutil.h