diff options
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> */ |