summaryrefslogtreecommitdiff
path: root/ext/voaacenc/gstvoaacenc.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/voaacenc/gstvoaacenc.c')
-rw-r--r--ext/voaacenc/gstvoaacenc.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/voaacenc/gstvoaacenc.c b/ext/voaacenc/gstvoaacenc.c
index 9c48ea205..0580d27f0 100644
--- a/ext/voaacenc/gstvoaacenc.c
+++ b/ext/voaacenc/gstvoaacenc.c
@@ -19,16 +19,16 @@
/**
* SECTION:element-voaacenc
+ * @title: voaacenc
*
- * AAC audio encoder based on vo-aacenc library
+ * AAC audio encoder based on vo-aacenc library
* <ulink url="http://sourceforge.net/projects/opencore-amr/files/vo-aacenc/">vo-aacenc library source file</ulink>.
- *
- * <refsect2>
- * <title>Example launch line</title>
+ *
+ * ## Example launch line
* |[
* gst-launch-1.0 filesrc location=abc.wav ! wavparse ! audioresample ! audioconvert ! voaacenc ! filesink location=abc.aac
* ]|
- * </refsect2>
+ *
*/
#ifdef HAVE_CONFIG_H