aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/run_decoder.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/run_decoder.c b/test/run_decoder.c
index 455b73ce7..87dffa637 100644
--- a/test/run_decoder.c
+++ b/test/run_decoder.c
@@ -180,6 +180,7 @@ int main(int argc, char **argv)
decoder_name = argv[1];
decoder.uri = argv[2];
+ g_thread_init(NULL);
g_log_set_default_handler(my_log_func, NULL);
io_thread_init();