test/run_decoder: initialize GThread
This commit is contained in:
parent
7d3d8f20ab
commit
3e7e0bcb18
|
@ -179,6 +179,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);
|
||||
|
||||
tag_pool_init();
|
||||
|
|
Loading…
Reference in New Issue