mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +00:00
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
This commit is contained in:
parent
28d9826fd5
commit
bc835743a4
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SECTION:element-midiparse
|
* SECTION:element-midiparse
|
||||||
* @see_also: fluidsynth
|
* @see_also: fluiddec
|
||||||
*
|
*
|
||||||
* This element parses midi-files into midi events. You would need a midi
|
* This element parses midi-files into midi events. You would need a midi
|
||||||
* renderer such as fluidsynth to convert the events into raw samples.
|
* renderer such as fluidsynth to convert the events into raw samples.
|
||||||
|
@ -29,7 +29,7 @@
|
||||||
* <refsect2>
|
* <refsect2>
|
||||||
* <title>Example pipeline</title>
|
* <title>Example pipeline</title>
|
||||||
* |[
|
* |[
|
||||||
* 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
|
* ]| This example pipeline will parse the midi and render to raw audio which is
|
||||||
* played via pulseaudio.
|
* played via pulseaudio.
|
||||||
* </refsect2>
|
* </refsect2>
|
||||||
|
|
Loading…
Reference in a new issue