[grilo] tests: Adapted to changes in grl_plugin_registry_unregister_source.



commit d0a0739c74aa825b5f7be8a4c219ce85ef153ed2
Author: Iago Toral Quiroga <itoral igalia com>
Date:   Mon Dec 20 08:43:56 2010 +0100

    tests: Adapted to changes in grl_plugin_registry_unregister_source.

 tests/registry.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/registry.c b/tests/registry.c
index 08e95e8..4d9ce1b 100644
--- a/tests/registry.c
+++ b/tests/registry.c
@@ -104,7 +104,7 @@ registry_unregister (RegistryFixture *fixture, gconstpointer data)
       sources_iter = g_list_next (sources_iter), i++) {
     GrlMediaPlugin *source = GRL_MEDIA_PLUGIN (sources_iter->data);
 
-    grl_plugin_registry_unregister_source (fixture->registry, source);
+    grl_plugin_registry_unregister_source (fixture->registry, source, NULL);
   }
   g_list_free (sources);
 



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