From ca1a74cafa8f75a20e42bbdf501f5c8e8f184920 Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Wed, 13 Mar 2013 18:07:21 +0100 Subject: Use GInitable to pass properties to plugins --- tools/perf-overhead.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/perf-overhead.c') diff --git a/tools/perf-overhead.c b/tools/perf-overhead.c index 6735e6f..7661dbc 100644 --- a/tools/perf-overhead.c +++ b/tools/perf-overhead.c @@ -163,7 +163,7 @@ main (int argc, char *argv[]) } manager = uca_plugin_manager_new (); - camera = uca_plugin_manager_get_camera (manager, argv[1], &error); + camera = uca_plugin_manager_get_camera (manager, argv[1], &error, NULL); if (camera == NULL) { g_print ("Error during initialization: %s\n", error->message); -- cgit v1.2.3