Skip to content
Snippets Groups Projects
Commit 8adde3df authored by Julian Bouzas's avatar Julian Bouzas
Browse files

tests: don't load unneeded audioconvert plugin in config-policy tests

parent 91eb754b
No related branches found
No related tags found
No related merge requests found
......@@ -46,12 +46,6 @@ config_policy_setup (TestConfigPolicyFixture *self, gconstpointer user_data)
/* Create the server and load audioconvert plugin */
wp_test_server_setup (&self->server);
pw_thread_loop_lock (self->server.thread_loop);
pw_context_add_spa_lib (self->server.context, "audio.convert*",
"audioconvert/libspa-audioconvert");
pw_context_load_module (self->server.context,
"libpipewire-module-spa-node-factory", NULL, NULL);
pw_thread_loop_unlock (self->server.thread_loop);
/* Create the main context and loop */
self->context = g_main_context_new ();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment