mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +00:00
docstrings: port ulinks to markdown links
This commit is contained in:
parent
e29e57b77c
commit
e0fadd6fdd
4 changed files with 11 additions and 13 deletions
|
@ -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
|
||||
* |[
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
* |[
|
||||
|
|
|
@ -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
|
||||
* |[
|
||||
|
|
Loading…
Reference in a new issue