diff options
Diffstat (limited to 'ext/amrwb/gstamrwbenc.c')
-rw-r--r-- | ext/amrwb/gstamrwbenc.c | 13 |
1 files changed, 5 insertions, 8 deletions
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> |