mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 05:56:31 +00:00
registry: fix hardcoded 0.10 version in win32 pluginscanner
https://bugzilla.gnome.org/show_bug.cgi?id=674294
This commit is contained in:
parent
6fae137027
commit
0f64d406e9
1 changed files with 1 additions and 1 deletions
|
@ -1593,7 +1593,7 @@ scan_and_update_registry (GstRegistry * default_registry,
|
||||||
g_win32_get_package_installation_directory_of_module
|
g_win32_get_package_installation_directory_of_module
|
||||||
(_priv_gst_dll_handle);
|
(_priv_gst_dll_handle);
|
||||||
|
|
||||||
dir = g_build_filename (base_dir, "lib", "gstreamer-0.10", NULL);
|
dir = g_build_filename (base_dir, "lib", "gstreamer-" GST_API_VERSION, NULL);
|
||||||
GST_DEBUG ("scanning DLL dir %s", dir);
|
GST_DEBUG ("scanning DLL dir %s", dir);
|
||||||
|
|
||||||
changed |= gst_registry_scan_path_internal (&context, dir);
|
changed |= gst_registry_scan_path_internal (&context, dir);
|
||||||
|
|
Loading…
Reference in a new issue