diff options
Diffstat (limited to 'ext/amrwb')
-rw-r--r-- | ext/amrwb/gstamrwbdec.c | 13 | ||||
-rw-r--r-- | ext/amrwb/gstamrwbenc.c | 13 | ||||
-rw-r--r-- | ext/amrwb/gstamrwbparse.c | 11 |
3 files changed, 14 insertions, 23 deletions
diff --git a/ext/amrwb/gstamrwbdec.c b/ext/amrwb/gstamrwbdec.c index 525b49c3..54e8a830 100644 --- a/ext/amrwb/gstamrwbdec.c +++ b/ext/amrwb/gstamrwbdec.c @@ -21,17 +21,14 @@ * SECTION:element-amrwbdec * @see_also: #GstAmrwbEnc, #GstAmrwbParse * - * <refsect2> - * <para> - * This is an AMR wideband decoder based on the + * AMR wideband decoder based on the * <ulink url="http://www.penguin.cz/~utx/amr">reference codec implementation</ulink>. - * </para> + * + * <refsect2> * <title>Example launch line</title> - * <para> - * <programlisting> + * |[ * gst-launch filesrc location=abc.amr ! amrwbparse ! amrwbdec ! audioresample ! audioconvert ! alsasink - * </programlisting> - * </para> + * ]| * </refsect2> */ diff --git a/ext/amrwb/gstamrwbenc.c b/ext/amrwb/gstamrwbenc.c index 33b3dc73..6551b67b 100644 --- a/ext/amrwb/gstamrwbenc.c +++ b/ext/amrwb/gstamrwbenc.c @@ -21,17 +21,14 @@ * SECTION:element-amrwbenc * @see_also: #GstAmrwbDec, #GstAmrwbParse * - * <refsect2> - * <para> - * This is an AMR wideband encoder based on the + * AMR wideband encoder based on the * <ulink url="http://www.penguin.cz/~utx/amr">reference codec implementation</ulink>. - * </para> + * + * <refsect2> * <title>Example launch line</title> - * <para> - * <programlisting> + * |[ * gst-launch filesrc location=abc.wav ! wavparse ! audioresample ! audioconvert ! amrwbenc ! filesink location=abc.amr - * </programlisting> - * </para> + * ]| * Please not that the above stream misses the header, that is needed to play * the stream. * </refsect2> diff --git a/ext/amrwb/gstamrwbparse.c b/ext/amrwb/gstamrwbparse.c index f7a7e274..cd162d58 100644 --- a/ext/amrwb/gstamrwbparse.c +++ b/ext/amrwb/gstamrwbparse.c @@ -21,16 +21,13 @@ * SECTION:element-amrwbparse * @see_also: #GstAmrwbDec, #GstAmrwbEnc * - * <refsect2> - * <para> * This is an AMR wideband parser. - * </para> + * + * <refsect2> * <title>Example launch line</title> - * <para> - * <programlisting> + * |[ * gst-launch filesrc location=abc.amr ! amrwbparse ! amrwbdec ! audioresample ! audioconvert ! alsasink - * </programlisting> - * </para> + * ]| * </refsect2> */ |