From: Mathieu Duponchelle Date: Fri, 23 Aug 2019 16:28:16 +0000 (+0200) Subject: docstrings: port ulinks to markdown links X-Git-Tag: 1.19.3~511^2~962 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e0fadd6fdd976f00b9b83c52becb37e8d5e2fc13;p=platform%2Fupstream%2Fgstreamer.git docstrings: port ulinks to markdown links --- diff --git a/ext/theora/gsttheoradec.c b/ext/theora/gsttheoradec.c index a506d2b..862aa16 100644 --- a/ext/theora/gsttheoradec.c +++ b/ext/theora/gsttheoradec.c @@ -26,9 +26,9 @@ * @see_also: theoraenc, oggdemux * * This element decodes theora streams into raw video - * Theora is a royalty-free - * video codec maintained by the Xiph.org - * Foundation, 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 * |[ diff --git a/ext/theora/gsttheoraenc.c b/ext/theora/gsttheoraenc.c index 90118fb..6bbcc48 100644 --- a/ext/theora/gsttheoraenc.c +++ b/ext/theora/gsttheoraenc.c @@ -26,9 +26,9 @@ * @see_also: theoradec, oggmux * * This element encodes raw video into a Theora stream. - * Theora is a royalty-free - * video codec maintained by the Xiph.org - * Foundation, 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 diff --git a/ext/vorbis/gstvorbisdec.c b/ext/vorbis/gstvorbisdec.c index a0b48b7..cd44d1d 100644 --- a/ext/vorbis/gstvorbisdec.c +++ b/ext/vorbis/gstvorbisdec.c @@ -23,10 +23,9 @@ * @see_also: vorbisenc, oggdemux * * This element decodes a Vorbis stream to raw float audio. - * Vorbis is a royalty-free - * audio codec maintained by the Xiph.org - * Foundation. 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 * |[ diff --git a/ext/vorbis/gstvorbisenc.c b/ext/vorbis/gstvorbisenc.c index 681d75e..1c0b2c2 100644 --- a/ext/vorbis/gstvorbisenc.c +++ b/ext/vorbis/gstvorbisenc.c @@ -23,9 +23,8 @@ * @see_also: vorbisdec, oggmux * * This element encodes raw float audio into a Vorbis stream. - * Vorbis is a royalty-free - * audio codec maintained by the Xiph.org - * Foundation. + * [Vorbis](http://www.vorbis.com/) is a royalty-free audio codec maintained by + * the [Xiph.org Foundation](http://www.xiph.org/). * * ## Example pipelines * |[