pluginloader: Fix indention

This commit is contained in:
Sebastian Dröge 2015-03-17 15:41:38 +01:00
parent 780f71c4d5
commit c19809ef19

View file

@ -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