diff options
author | Mathieu Duponchelle <mathieu@centricular.com> | 2019-08-23 18:56:01 +0200 |
---|---|---|
committer | Mathieu Duponchelle <mathieu@centricular.com> | 2019-08-23 18:56:01 +0200 |
commit | 3429ddde38af1a8a2b1483970790a12e325828c5 (patch) | |
tree | acf475f54619d6ac3561e210eb4ff0fc3f94294e /ext/wavpack | |
parent | 0dc9e5bff8f40f1f22f0a4912b396961202e5d33 (diff) | |
download | gstreamer-plugins-good-3429ddde38af1a8a2b1483970790a12e325828c5.tar.gz |
docstrings: port ulinks to markdown links
Diffstat (limited to 'ext/wavpack')
-rw-r--r-- | ext/wavpack/gstwavpackdec.c | 4 | ||||
-rw-r--r-- | ext/wavpack/gstwavpackenc.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ext/wavpack/gstwavpackdec.c b/ext/wavpack/gstwavpackdec.c index 0d0648670..a87774a1b 100644 --- a/ext/wavpack/gstwavpackdec.c +++ b/ext/wavpack/gstwavpackdec.c @@ -27,8 +27,8 @@ * * WavpackDec decodes framed (for example by the WavpackParse element) * Wavpack streams and decodes them to raw audio. - * <ulink url="http://www.wavpack.com/">Wavpack</ulink> is an open-source - * audio codec that features both lossless and lossy encoding. + * [Wavpack](http://www.wavpack.com/) is an open-source audio codec that + * features both lossless and lossy encoding. * * ## Example launch line * |[ diff --git a/ext/wavpack/gstwavpackenc.c b/ext/wavpack/gstwavpackenc.c index 95bd8f2b5..21b675445 100644 --- a/ext/wavpack/gstwavpackenc.c +++ b/ext/wavpack/gstwavpackenc.c @@ -24,8 +24,8 @@ * @title: wavpackenc * * WavpackEnc encodes raw audio into a framed Wavpack stream. - * <ulink url="http://www.wavpack.com/">Wavpack</ulink> is an open-source - * audio codec that features both lossless and lossy encoding. + * [Wavpack](http://www.wavpack.com/) is an open-source audio codec that + * features both lossless and lossy encoding. * * ## Example launch line * |[ |