validate: Fix Validate plugin paths mixup
authorThibault Saunier <tsaunier@gnome.org>
Mon, 13 Jun 2016 21:00:39 +0000 (17:00 -0400)
committerThibault Saunier <tsaunier@gnome.org>
Mon, 13 Jun 2016 21:01:52 +0000 (17:01 -0400)
validate/gst/validate/validate.c

index df20f08..a7bf251 100644 (file)
@@ -224,7 +224,7 @@ gst_validate_init_plugins (void)
       g_free (base_dir);
     }
 #else
-    gst_registry_scan_path (registry, PLUGINDIR);
+    gst_registry_scan_path (registry, VALIDATEPLUGINDIR);
 #endif
   }
   gst_registry_fork_set_enabled (TRUE);