docstrings: port ulinks to markdown links
authorMathieu Duponchelle <mathieu@centricular.com>
Fri, 23 Aug 2019 16:28:16 +0000 (18:28 +0200)
committerMathieu Duponchelle <mathieu@centricular.com>
Fri, 23 Aug 2019 16:28:16 +0000 (18:28 +0200)
ext/theora/gsttheoradec.c
ext/theora/gsttheoraenc.c
ext/vorbis/gstvorbisdec.c
ext/vorbis/gstvorbisenc.c

index a506d2b..862aa16 100644 (file)
@@ -26,9 +26,9 @@
  * @see_also: theoraenc, oggdemux
  *
  * This element decodes theora streams into raw video
- * <ulink url="http://www.theora.org/">Theora</ulink> is a royalty-free
- * video codec maintained by the <ulink url="http://www.xiph.org/">Xiph.org
- * Foundation</ulink>, based on the VP3 codec.
+ * [Theora](http://www.theora.org/) is a royalty-free
+ * video codec maintained by the [Xiph.org Foundation](http://www.xiph.org/),
+ * based on the VP3 codec.
  *
  * ## Example pipeline
  * |[
index 90118fb..6bbcc48 100644 (file)
@@ -26,9 +26,9 @@
  * @see_also: theoradec, oggmux
  *
  * This element encodes raw video into a Theora stream.
- * <ulink url="http://www.theora.org/">Theora</ulink> is a royalty-free
- * video codec maintained by the <ulink url="http://www.xiph.org/">Xiph.org
- * Foundation</ulink>, based on the VP3 codec.
+ * [Theora](http://www.theora.org/) is a royalty-free
+ * video codec maintained by the [Xiph.org Foundation](http://www.xiph.org/),
+ * based on the VP3 codec.
  *
  * The theora codec internally only supports encoding of images that are a
  * multiple of 16 pixels in both X and Y direction. It is however perfectly
index a0b48b7..cd44d1d 100644 (file)
  * @see_also: vorbisenc, oggdemux
  *
  * This element decodes a Vorbis stream to raw float audio.
- * <ulink url="http://www.vorbis.com/">Vorbis</ulink> is a royalty-free
- * audio codec maintained by the <ulink url="http://www.xiph.org/">Xiph.org
- * Foundation</ulink>. As it outputs raw float audio you will often need to
- * put an audioconvert element after it.
+ * [Vorbis](http://www.vorbis.com/) is a royalty-free audio codec maintained
+ * by the [Xiph.org Foundation](http://www.xiph.org/). As it outputs raw float
+ * audio you will often need to put an audioconvert element after it.
  *
  * ## Example pipelines
  * |[
index 681d75e..1c0b2c2 100644 (file)
@@ -23,9 +23,8 @@
  * @see_also: vorbisdec, oggmux
  *
  * This element encodes raw float audio into a Vorbis stream.
- * <ulink url="http://www.vorbis.com/">Vorbis</ulink> is a royalty-free
- * audio codec maintained by the <ulink url="http://www.xiph.org/">Xiph.org
- * Foundation</ulink>.
+ * [Vorbis](http://www.vorbis.com/) is a royalty-free audio codec maintained by
+ * the [Xiph.org Foundation](http://www.xiph.org/).
  *
  * ## Example pipelines
  * |[