diff options
author | Mathieu Duponchelle <mathieu@centricular.com> | 2019-08-23 19:56:35 +0200 |
---|---|---|
committer | Mathieu Duponchelle <mathieu@centricular.com> | 2019-08-23 20:14:12 +0200 |
commit | 42adb02a10c363bc83e2f35797203dbcde0fc879 (patch) | |
tree | 5f29798f429ce31c0e1fe39d4733110f32abc08d /ext/mpeg2enc | |
parent | c5738c61258d5e901529d7ac531f6163f102f998 (diff) | |
download | gstreamer-plugins-bad-42adb02a10c363bc83e2f35797203dbcde0fc879.tar.gz |
docstrings: port ulinks to markdown links
Diffstat (limited to 'ext/mpeg2enc')
-rw-r--r-- | ext/mpeg2enc/gstmpeg2enc.cc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ext/mpeg2enc/gstmpeg2enc.cc b/ext/mpeg2enc/gstmpeg2enc.cc index a86804d7b..9bec3ef07 100644 --- a/ext/mpeg2enc/gstmpeg2enc.cc +++ b/ext/mpeg2enc/gstmpeg2enc.cc @@ -25,9 +25,10 @@ * @see_also: mpeg2dec * * This element encodes raw video into an MPEG-1/2 elementary stream using the - * <ulink url="http://mjpeg.sourceforge.net/">mjpegtools</ulink> library. + * [mjpegtools](http://mjpeg.sourceforge.net/) library. + * * Documentation on MPEG encoding in general can be found in the - * <ulink url="https://sourceforge.net/docman/display_doc.php?docid=3456&group_id=5776">MJPEG Howto</ulink> + * [MJPEG Howto](https://sourceforge.net/docman/display_doc.php?docid=3456&group_id=5776) * and on the various available parameters in the documentation * of the mpeg2enc tool in particular, which shares options with this element. * |