mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
preset: Automatic code style fixes
This commit is contained in:
parent
f3dd7937a2
commit
552864332b
1 changed files with 6 additions and 6 deletions
|
@ -183,12 +183,12 @@ preset_get_paths (GstPreset * preset, const gchar ** preset_user_path,
|
|||
|
||||
/* system presets in '$GST_DATADIR/gstreamer-1.0/presets/GstAudioPanorama.prs' */
|
||||
#ifdef G_OS_WIN32
|
||||
gchar *basedir = g_win32_get_package_installation_directory_of_module (_priv_gst_dll_handle);
|
||||
preset_dir = g_build_filename (basedir,
|
||||
"share",
|
||||
"gstreamer-" GST_API_VERSION,
|
||||
"presets",
|
||||
NULL);
|
||||
gchar *basedir =
|
||||
g_win32_get_package_installation_directory_of_module
|
||||
(_priv_gst_dll_handle);
|
||||
preset_dir =
|
||||
g_build_filename (basedir, "share", "gstreamer-" GST_API_VERSION,
|
||||
"presets", NULL);
|
||||
g_free (basedir);
|
||||
#else
|
||||
preset_dir = g_build_filename (GST_DATADIR, "gstreamer-" GST_API_VERSION,
|
||||
|
|
Loading…
Reference in a new issue