diff options
Diffstat (limited to 'ext/ivorbis')
-rw-r--r-- | ext/ivorbis/vorbisdec.c | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/ext/ivorbis/vorbisdec.c b/ext/ivorbis/vorbisdec.c index 75e05336..325c46a3 100644 --- a/ext/ivorbis/vorbisdec.c +++ b/ext/ivorbis/vorbisdec.c @@ -24,20 +24,17 @@ * SECTION:element-ivorbisdec * @see_also: vorbisenc, oggdemux * - * <refsect2> - * <para> * This element decodes a Vorbis stream to raw int audio. * <ulink url="http://www.vorbis.com/">Vorbis</ulink> is a royalty-free * audio codec maintained by the <ulink url="http://www.xiph.org/">Xiph.org * Foundation</ulink>. - * </para> + * + * <refsect2> * <title>Example pipelines</title> - * <para> - * <programlisting> + * |[ * gst-launch -v filesrc location=sine.ogg ! oggdemux ! vorbisdec ! audioconvert ! alsasink - * </programlisting> - * Decode an Ogg/Vorbis. To create an Ogg/Vorbis file refer to the documentation of vorbisenc. - * </para> + * ]| Decode an Ogg/Vorbis. To create an Ogg/Vorbis file refer to the + * documentation of vorbisenc. * </refsect2> * * Last reviewed on 2006-03-01 (0.10.4) |