From: Mathieu Duponchelle Date: Fri, 23 Aug 2019 17:06:59 +0000 (+0200) Subject: docstrings: port ulinks to markdown links X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b3f0008b3431f5bd1ef99bfcc35de00be93d865d;p=platform%2Fupstream%2Fgst-plugins-ugly.git docstrings: port ulinks to markdown links --- diff --git a/ext/amrnb/amrnbdec.c b/ext/amrnb/amrnbdec.c index c5f2774c..906cb26e 100644 --- a/ext/amrnb/amrnbdec.c +++ b/ext/amrnb/amrnbdec.c @@ -23,7 +23,7 @@ * @see_also: #GstAmrnbEnc, #GstAmrParse * * AMR narrowband decoder based on the - * opencore codec implementation. + * [opencore codec implementation](http://sourceforge.net/projects/opencore-amr). * * ## Example launch line * |[ diff --git a/ext/amrnb/amrnbenc.c b/ext/amrnb/amrnbenc.c index 9c0f2856..06c2a862 100644 --- a/ext/amrnb/amrnbenc.c +++ b/ext/amrnb/amrnbenc.c @@ -23,7 +23,7 @@ * @see_also: #GstAmrnbDec, #GstAmrnbParse * * AMR narrowband encoder based on the - * opencore codec implementation. + * [opencore codec implementation](http://sourceforge.net/projects/opencore-amr). * * ## Example launch line * |[ diff --git a/ext/amrwbdec/amrwbdec.c b/ext/amrwbdec/amrwbdec.c index 7832036c..d482b989 100644 --- a/ext/amrwbdec/amrwbdec.c +++ b/ext/amrwbdec/amrwbdec.c @@ -23,7 +23,7 @@ * @see_also: #GstAmrwbEnc * * AMR wideband decoder based on the - * opencore codec implementation. + * [opencore codec implementation](http://sourceforge.net/projects/opencore-amr). * * ## Example launch line * |[