From bc835743a4b6cad2d609093b4512449eb2846195 Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Tue, 7 Oct 2014 17:05:04 +0200 Subject: [PATCH] midiparse: mention fluiddec instead of fluidsynth The element name is actually fluiddec even if it uses fluidsynth. https://bugzilla.gnome.org/show_bug.cgi?id=738223 --- gst/midi/midiparse.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst/midi/midiparse.c b/gst/midi/midiparse.c index c42c1b57e3..2f817c730f 100644 --- a/gst/midi/midiparse.c +++ b/gst/midi/midiparse.c @@ -21,7 +21,7 @@ /** * SECTION:element-midiparse - * @see_also: fluidsynth + * @see_also: fluiddec * * This element parses midi-files into midi events. You would need a midi * renderer such as fluidsynth to convert the events into raw samples. @@ -29,7 +29,7 @@ * * Example pipeline * |[ - * gst-launch-1.0 filesrc location=song.mid ! midiparse ! fluidsynth ! pulsesink + * gst-launch-1.0 filesrc location=song.mid ! midiparse ! fluiddec ! pulsesink * ]| This example pipeline will parse the midi and render to raw audio which is * played via pulseaudio. *