summaryrefslogtreecommitdiff
path: root/gst/pcapparse
diff options
context:
space:
mode:
authorMathieu Duponchelle <mathieu@centricular.com>2019-08-23 19:56:35 +0200
committerMathieu Duponchelle <mathieu@centricular.com>2019-08-23 20:14:12 +0200
commit42adb02a10c363bc83e2f35797203dbcde0fc879 (patch)
tree5f29798f429ce31c0e1fe39d4733110f32abc08d /gst/pcapparse
parentc5738c61258d5e901529d7ac531f6163f102f998 (diff)
downloadgstreamer-plugins-bad-42adb02a10c363bc83e2f35797203dbcde0fc879.tar.gz
docstrings: port ulinks to markdown links
Diffstat (limited to 'gst/pcapparse')
-rw-r--r--gst/pcapparse/gstpcapparse.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/gst/pcapparse/gstpcapparse.c b/gst/pcapparse/gstpcapparse.c
index 8a60cdad6..aab2b8a1f 100644
--- a/gst/pcapparse/gstpcapparse.c
+++ b/gst/pcapparse/gstpcapparse.c
@@ -26,9 +26,8 @@
* #GstPcapParse:src-port and #GstPcapParse:dst-port to restrict which packets
* should be included.
*
- * The supported data format is the classical <ulink
- * url="https://wiki.wireshark.org/Development/LibpcapFileFormat">libpcap file
- * format</ulink>.
+ * The supported data format is the classical
+ * [libpcap file format](https://wiki.wireshark.org/Development/LibpcapFileFormat)
*
* ## Example pipelines
* |[