summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2015-03-17 15:41:38 +0100
committerSebastian Dröge <sebastian@centricular.com>2015-03-17 15:41:38 +0100
commitc19809ef1982ee44e75e1ecd847a55926dc712bd (patch)
treec5f8a756aeaa303e56e14b0af7ce18f88acce79f
parent780f71c4d504caf369504ef38ace863d2a797195 (diff)
downloadgstreamer-c19809ef1982ee44e75e1ecd847a55926dc712bd.tar.gz
pluginloader: Fix indention
-rw-r--r--gst/gstpluginloader.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/gst/gstpluginloader.c b/gst/gstpluginloader.c
index 96d4994fbd..fe64609983 100644
--- a/gst/gstpluginloader.c
+++ b/gst/gstpluginloader.c
@@ -480,12 +480,12 @@ gst_plugin_loader_spawn (GstPluginLoader * loader)
{
gchar *basedir;
- basedir = g_win32_get_package_installation_directory_of_module (_priv_gst_dll_handle);
- helper_bin = g_build_filename (basedir,
- "lib",
- "gstreamer-" GST_API_VERSION,
- "gst-plugin-scanner.exe",
- NULL);
+ basedir =
+ g_win32_get_package_installation_directory_of_module
+ (_priv_gst_dll_handle);
+ helper_bin =
+ g_build_filename (basedir, "lib", "gstreamer-" GST_API_VERSION,
+ "gst-plugin-scanner.exe", NULL);
g_free (basedir);
}
#else