summaryrefslogtreecommitdiff
path: root/ext/mpeg2enc
diff options
context:
space:
mode:
authorMathieu Duponchelle <mathieu@centricular.com>2019-05-29 22:58:08 +0200
committerMathieu Duponchelle <mathieu@centricular.com>2019-05-29 22:58:08 +0200
commitda6afdec9cc7e3e06fd4415c1233f48ed70587b0 (patch)
tree247124564adf3473ab444089be24d956433d2344 /ext/mpeg2enc
parent43eaf5ac4a08b27f08c9be476e15aa6c64848a4b (diff)
downloadgstreamer-plugins-bad-da6afdec9cc7e3e06fd4415c1233f48ed70587b0.tar.gz
doc: remove xml from comments
Diffstat (limited to 'ext/mpeg2enc')
-rw-r--r--ext/mpeg2enc/gstmpeg2enc.cc9
1 files changed, 4 insertions, 5 deletions
diff --git a/ext/mpeg2enc/gstmpeg2enc.cc b/ext/mpeg2enc/gstmpeg2enc.cc
index 61bea2c3a..a86804d7b 100644
--- a/ext/mpeg2enc/gstmpeg2enc.cc
+++ b/ext/mpeg2enc/gstmpeg2enc.cc
@@ -31,13 +31,13 @@
* and on the various available parameters in the documentation
* of the mpeg2enc tool in particular, which shares options with this element.
*
- * <refsect2>
- * <title>Example pipeline</title>
+ * ## Example pipeline
+ *
* |[
* gst-launch-1.0 videotestsrc num-buffers=1000 ! mpeg2enc ! filesink location=videotestsrc.m1v
* ]| This example pipeline will encode a test video source to a an MPEG1
* elementary stream (with Generic MPEG1 profile).
- * <para>
+ *
* Likely, the #GstMpeg2enc:format property
* is most important, as it selects the type of MPEG stream that is produced.
* In particular, default property values are dependent on the format,
@@ -45,12 +45,11 @@
* Note that the (S)VCD profiles also restrict the image size, so some scaling
* may be needed to accomodate this. The so-called generic profiles (as used
* in the example above) allow most parameters to be adjusted.
- * </para>
+ *
* |[
* gst-launch-1.0 videotestsrc num-buffers=1000 ! videoscale ! mpeg2enc format=1 norm=p ! filesink location=videotestsrc.m1v
* ]| This will produce an MPEG1 profile stream according to VCD2.0 specifications
* for PAL #GstMpeg2enc:norm (as the image height is dependent on video norm).
- * </refsect2>
*/
#ifdef HAVE_CONFIG_H