summaryrefslogtreecommitdiff
path: root/ext/wavpack
diff options
context:
space:
mode:
authorMathieu Duponchelle <mathieu@centricular.com>2019-08-23 18:56:01 +0200
committerMathieu Duponchelle <mathieu@centricular.com>2019-08-23 18:56:01 +0200
commit3429ddde38af1a8a2b1483970790a12e325828c5 (patch)
treeacf475f54619d6ac3561e210eb4ff0fc3f94294e /ext/wavpack
parent0dc9e5bff8f40f1f22f0a4912b396961202e5d33 (diff)
downloadgstreamer-plugins-good-3429ddde38af1a8a2b1483970790a12e325828c5.tar.gz
docstrings: port ulinks to markdown links
Diffstat (limited to 'ext/wavpack')
-rw-r--r--ext/wavpack/gstwavpackdec.c4
-rw-r--r--ext/wavpack/gstwavpackenc.c4
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
* |[