summaryrefslogtreecommitdiff
path: root/sys/wasapi/gstwasapiutil.h
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2018-09-11 01:00:21 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2018-09-11 01:00:21 +0530
commitf62b7fd71234ab712c67fe8c4deb5e2fac4e9982 (patch)
tree78809c544785a4b057f4dabb82e6b49b7b3fea92 /sys/wasapi/gstwasapiutil.h
parent8875fe49ecc49e8728fefbf7b90afcc91bd69f47 (diff)
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().
Diffstat (limited to 'sys/wasapi/gstwasapiutil.h')
-rw-r--r--sys/wasapi/gstwasapiutil.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/wasapi/gstwasapiutil.h b/sys/wasapi/gstwasapiutil.h
index ef7a802a8..502c76396 100644
--- a/sys/wasapi/gstwasapiutil.h
+++ b/sys/wasapi/gstwasapiutil.h
@@ -114,8 +114,4 @@ gboolean gst_wasapi_util_initialize_audioclient3 (GstElement * element,
WAVEFORMATEX * format, gboolean low_latency, gboolean loopback,
guint * ret_devicep_frames);
-HANDLE gst_wasapi_util_set_thread_characteristics (void);
-
-void gst_wasapi_util_revert_thread_characteristics (HANDLE handle);
-
#endif /* __GST_WASAPI_UTIL_H__ */