mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
validate: Fix Validate plugin paths mixup
This commit is contained in:
parent
704d082e79
commit
8e2c734841
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue