]> code.delx.au - pulseaudio/blobdiff - src/tests/thread-test.c
sink-input, source-output: Add hooks for mute changes
[pulseaudio] / src / tests / thread-test.c
index de4813c967f52c9d4503de9f7ef830b4f4409293..330181d4a17905348d5733fe8bdba84eadbb66e5 100644 (file)
@@ -100,7 +100,7 @@ START_TEST (thread_test) {
     if (!getenv("MAKE_CHECK"))
         pa_log_set_level(PA_LOG_DEBUG);
 
-    mutex = pa_mutex_new(FALSE, FALSE);
+    mutex = pa_mutex_new(false, false);
     cond1 = pa_cond_new();
     cond2 = pa_cond_new();
     tls = pa_tls_new(pa_xfree);