diff options
author | Stefan Kost <ensonic@users.sourceforge.net> | 2008-08-22 06:27:57 +0000 |
---|---|---|
committer | Stefan Kost <ensonic@users.sourceforge.net> | 2008-08-22 06:27:57 +0000 |
commit | 9518c22bda7325964c8963eb36109809861bfdaa (patch) | |
tree | c24af2a61309bcb4f208c962a5618205eac399c4 /ext/celt/gstceltdec.c | |
parent | 605482a1a852a42aba6263811d7fa57b110728ba (diff) | |
download | gst-plugins-bad-9518c22bda7325964c8963eb36109809861bfdaa.tar.gz gst-plugins-bad-9518c22bda7325964c8963eb36109809861bfdaa.tar.bz2 gst-plugins-bad-9518c22bda7325964c8963eb36109809861bfdaa.zip |
docs/plugins/gst-plugins-bad-plugins-docs.sgml: Add, but commented out xml/element-dc1394.xml. Its documented, but
Original commit message from CVS:
* docs/plugins/gst-plugins-bad-plugins-docs.sgml:
Add, but commented out xml/element-dc1394.xml. Its documented, but
I can't get it to be build.
* ext/celt/gstceltdec.c:
* ext/celt/gstceltenc.c:
Fix doc warnings and reformat the doc block.
Diffstat (limited to 'ext/celt/gstceltdec.c')
-rw-r--r-- | ext/celt/gstceltdec.c | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/ext/celt/gstceltdec.c b/ext/celt/gstceltdec.c index 25f99b19..c14f787d 100644 --- a/ext/celt/gstceltdec.c +++ b/ext/celt/gstceltdec.c @@ -25,20 +25,15 @@ /** * SECTION:element-celtdec - * @short_description: a decoder that decodes CELT to raw audio * @see_also: celtenc, oggdemux * - * <refsect2> - * <para> * This element decodes a CELT stream to raw integer audio. - * </para> + * + * <refsect2> * <title>Example pipelines</title> - * <para> - * <programlisting> + * |[ * gst-launch -v filesrc location=celt.ogg ! oggdemux ! celtdec ! audioconvert ! audioresample ! alsasink - * </programlisting> - * Decode an Ogg/Celt file. To create an Ogg/Celt file refer to the documentation of celtenc. - * </para> + * ]| Decode an Ogg/Celt file. To create an Ogg/Celt file refer to the documentation of celtenc. * </refsect2> */ |