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 | |
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')
-rw-r--r-- | ext/celt/gstceltdec.c | 13 | ||||
-rw-r--r-- | ext/celt/gstceltenc.c | 13 |
2 files changed, 8 insertions, 18 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> */ diff --git a/ext/celt/gstceltenc.c b/ext/celt/gstceltenc.c index 7723f7cb..0154a26c 100644 --- a/ext/celt/gstceltenc.c +++ b/ext/celt/gstceltenc.c @@ -24,20 +24,15 @@ /** * SECTION:element-celtenc - * @short_description: an encoder that encodes raw audio to CELT * @see_also: celtdec, oggmux * - * <refsect2> - * <para> * This element raw audio to CELT. - * </para> + * + * <refsect2> * <title>Example pipelines</title> - * <para> - * <programlisting> + * |[ * gst-launch -v audiotestsrc wave=sine num-buffers=100 ! audioconvert ! celtenc ! oggmux ! filesink location=sine.ogg - * </programlisting> - * Encode a test sine signal to Ogg/CELT. - * </para> + * ]| Encode a test sine signal to Ogg/CELT. * </refsect2> */ |