summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/registry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/registry.c b/tests/registry.c
index 484a8c5..79aca90 100644
--- a/tests/registry.c
+++ b/tests/registry.c
@@ -102,7 +102,7 @@ registry_unregister (RegistryFixture *fixture, gconstpointer data)
for (sources_iter = sources, i = 0; sources_iter;
sources_iter = g_list_next (sources_iter), i++) {
- GrlMediaPlugin *source = GRL_MEDIA_PLUGIN (sources_iter->data);
+ GrlSource *source = GRL_SOURCE (sources_iter->data);
grl_registry_unregister_source (fixture->registry, source, NULL);
}