summaryrefslogtreecommitdiff
path: root/ext/fluidsynth
diff options
context:
space:
mode:
Diffstat (limited to 'ext/fluidsynth')
-rw-r--r--ext/fluidsynth/gstfluiddec.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/ext/fluidsynth/gstfluiddec.c b/ext/fluidsynth/gstfluiddec.c
index 48b53ca19..7737cbb37 100644
--- a/ext/fluidsynth/gstfluiddec.c
+++ b/ext/fluidsynth/gstfluiddec.c
@@ -530,8 +530,9 @@ gst_fluid_dec_open (GstFluidDec * fluiddec)
fluiddec->soundfont);
} else {
gint i, j;
- /* ubuntu/debian in sounds/sf2, fedora in soundfonts */
- static const gchar *paths[] = { "sounds/sf2/", "soundfonts/", NULL };
+ /* ubuntu/debian in sounds/sf[23], fedora in soundfonts */
+ static const gchar *paths[] =
+ { "sounds/sf3/", "sounds/sf2/", "soundfonts/", NULL };
sharedirs = g_get_system_data_dirs ();