docstrings: port ulinks to markdown links

This commit is contained in:
Mathieu Duponchelle 2019-08-23 18:28:16 +02:00
parent e29e57b77c
commit e0fadd6fdd
4 changed files with 11 additions and 13 deletions

View 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
* |[

View 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

View file

@ -23,10 +23,9 @@
* @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
* |[

View 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
* |[