summaryrefslogtreecommitdiff
path: root/ext/faad
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2010-02-16 09:49:05 +0200
committerStefan Kost <ensonic@users.sf.net>2010-02-16 09:49:05 +0200
commitd8fd8ea9e9d7a604a5d23ed6c8abb34798a59439 (patch)
tree8826d7eeddefcbcf953d508e1e83f64b0995c55e /ext/faad
parentcbbfba3152f61bf3b2007a80f06468151f48b83f (diff)
downloadgstreamer-plugins-bad-d8fd8ea9e9d7a604a5d23ed6c8abb34798a59439.tar.gz
docs: unify doc style
Use gtkdoc syntax and add short desc for the examples.
Diffstat (limited to 'ext/faad')
-rw-r--r--ext/faad/gstfaad.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/faad/gstfaad.c b/ext/faad/gstfaad.c
index de9f32b87..2ed918920 100644
--- a/ext/faad/gstfaad.c
+++ b/ext/faad/gstfaad.c
@@ -26,12 +26,12 @@
*
* <refsect2>
* <title>Example launch lines</title>
- * <programlisting>
+ * |[
* gst-launch filesrc location=example.mp4 ! qtdemux ! faad ! audioconvert ! audioresample ! autoaudiosink
- * </programlisting>
- * <programlisting>
+ * ]| Play aac from mp4 file.
+ * |[
* gst-launch filesrc location=example.adts ! faad ! audioconvert ! audioresample ! autoaudiosink
- * </programlisting>
+ * ]| Play standalone aac bitstream.
* </refsect2>
*/