diff options
Diffstat (limited to 'ext/timidity')
-rw-r--r-- | ext/timidity/gsttimidity.c | 12 | ||||
-rw-r--r-- | ext/timidity/gstwildmidi.c | 12 |
2 files changed, 8 insertions, 16 deletions
diff --git a/ext/timidity/gsttimidity.c b/ext/timidity/gsttimidity.c index 7dd89e90..09c2e778 100644 --- a/ext/timidity/gsttimidity.c +++ b/ext/timidity/gsttimidity.c @@ -23,18 +23,14 @@ * SECTION:element-timidity * @see_also: wildmidi * - * <refsect2> - * <para> * This element renders midi-files as audio streams using * <ulink url="http://timidity.sourceforge.net/">Timidity</ulink>. - * </para> - * <para> - * </para> + * + * <refsect2> * <title>Example pipeline</title> - * <programlisting> + * |[ * gst-launch filesrc location=song.mid ! timidity ! alsasink - * </programlisting> - * 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 alsa. * </refsect2> */ diff --git a/ext/timidity/gstwildmidi.c b/ext/timidity/gstwildmidi.c index cded0d77..b8f72aa8 100644 --- a/ext/timidity/gstwildmidi.c +++ b/ext/timidity/gstwildmidi.c @@ -23,21 +23,17 @@ * SECTION:element-wildmidi * @see_also: timidity * - * <refsect2> - * <para> * This element renders midi-files as audio streams using * <ulink url="http://wildmidi.sourceforge.net//">Wildmidi</ulink>. * It offers better sound quality compared to the timidity element. Wildmidi * uses the same sound-patches as timidity (it tries the path in $WILDMIDI_CFG, * $HOME/.wildmidirc and /etc/wildmidi.cfg) - * </para> - * <para> - * </para> + * + * <refsect2> * <title>Example pipeline</title> - * <programlisting> + * |[ * gst-launch filesrc location=song.mid ! wildmidi ! alsasink - * </programlisting> - * 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 alsa. * </refsect2> */ |