[grilo] grl-inspect: Adapted to changes in grl_plugin_registry_load_all.



commit ff048ad258c47ff879319fee1c9ab3a6c08478ac
Author: Iago Toral Quiroga <itoral igalia com>
Date:   Mon Dec 20 09:41:45 2010 +0100

    grl-inspect: Adapted to changes in grl_plugin_registry_load_all.

 tools/grilo-inspect/grl-inspect.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tools/grilo-inspect/grl-inspect.c b/tools/grilo-inspect/grl-inspect.c
index a4211e9..da531dd 100644
--- a/tools/grilo-inspect/grl-inspect.c
+++ b/tools/grilo-inspect/grl-inspect.c
@@ -199,7 +199,7 @@ main (int argc, char *argv[])
   registry = grl_plugin_registry_get_default ();
   mainloop = g_main_loop_new (NULL, FALSE);
 
-  grl_plugin_registry_load_all (registry);
+  grl_plugin_registry_load_all (registry, NULL);
 
   if (delay > 0) {
     g_timeout_add_seconds ((guint) delay, run, NULL);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]