From: Fabian Greffrath Date: Wed, 4 Sep 2019 11:07:34 +0000 (+0200) Subject: Set a reasonable default soundfont for Debian X-Git-Tag: archive/raspbian/1.28.2-1+rpi1^2^2~5 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=64ebd0b16794a68d5b509413b53249092693fcd5;p=gst-plugins-bad1.0.git Set a reasonable default soundfont for Debian Bug-Debian: https://bugs.debian.org/929185 Forwarded: not-needed Gbp-Pq: Name default-soundfont.patch --- diff --git a/ext/fluidsynth/gstfluiddec.c b/ext/fluidsynth/gstfluiddec.c index c25f0ca8..5770022d 100644 --- a/ext/fluidsynth/gstfluiddec.c +++ b/ext/fluidsynth/gstfluiddec.c @@ -73,7 +73,7 @@ enum LAST_SIGNAL }; -#define DEFAULT_SOUNDFONT NULL +#define DEFAULT_SOUNDFONT "/usr/share/sounds/sf3/default-GM.sf3" #define DEFAULT_SYNTH_CHORUS TRUE #define DEFAULT_SYNTH_REVERB TRUE #define DEFAULT_SYNTH_GAIN 0.2