mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 04:46:13 +00:00
pluginloader: Fix indention
This commit is contained in:
parent
780f71c4d5
commit
c19809ef19
1 changed files with 6 additions and 6 deletions
|
@ -480,12 +480,12 @@ gst_plugin_loader_spawn (GstPluginLoader * loader)
|
||||||
{
|
{
|
||||||
gchar *basedir;
|
gchar *basedir;
|
||||||
|
|
||||||
basedir = g_win32_get_package_installation_directory_of_module (_priv_gst_dll_handle);
|
basedir =
|
||||||
helper_bin = g_build_filename (basedir,
|
g_win32_get_package_installation_directory_of_module
|
||||||
"lib",
|
(_priv_gst_dll_handle);
|
||||||
"gstreamer-" GST_API_VERSION,
|
helper_bin =
|
||||||
"gst-plugin-scanner.exe",
|
g_build_filename (basedir, "lib", "gstreamer-" GST_API_VERSION,
|
||||||
NULL);
|
"gst-plugin-scanner.exe", NULL);
|
||||||
g_free (basedir);
|
g_free (basedir);
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in a new issue