docstrings: port ulinks to markdown links
authorMathieu Duponchelle <mathieu@centricular.com>
Fri, 23 Aug 2019 17:56:35 +0000 (19:56 +0200)
committerMathieu Duponchelle <mathieu@centricular.com>
Fri, 23 Aug 2019 18:14:12 +0000 (20:14 +0200)
30 files changed:
ext/chromaprint/gstchromaprint.c
ext/directfb/dfbvideosink.c
ext/fluidsynth/gstfluiddec.c
ext/kate/gstkatedec.c
ext/kate/gstkateenc.c
ext/kate/gstkatetiger.c
ext/ladspa/gstladspa.c
ext/lv2/gstlv2.c
ext/modplug/gstmodplug.cc
ext/mpeg2enc/gstmpeg2enc.cc
ext/mplex/gstmplex.cc
ext/openmpt/gstopenmptdec.c
ext/srt/gstsrtsink.c
ext/srt/gstsrtsrc.c
ext/voaacenc/gstvoaacenc.c
ext/voamrwbenc/gstvoamrwbenc.c
ext/wayland/gstwaylandsink.c
ext/webrtc/webrtcdatachannel.c
ext/wildmidi/gstwildmididec.c
gst-libs/gst/webrtc/dtlstransport.c
gst-libs/gst/webrtc/icetransport.c
gst-libs/gst/webrtc/rtcsessiondescription.c
gst-libs/gst/webrtc/rtcsessiondescription.h
gst-libs/gst/webrtc/rtpreceiver.c
gst-libs/gst/webrtc/rtpsender.c
gst-libs/gst/webrtc/rtptransceiver.c
gst-libs/gst/webrtc/webrtc_fwd.h
gst/accurip/gstaccurip.c
gst/festival/gstfestival.c
gst/pcapparse/gstpcapparse.c

index 6ebadd31a444056794a28f36ba6034e18916cb66..bdfc8d1526714a9f29362f5587d45e0d0f4382ef 100644 (file)
@@ -27,8 +27,8 @@
  *
  * The chromaprint element calculates an acoustic fingerprint for an
  * audio stream which can be used to identify a song and look up
- * further metadata from the <ulink url="http://acoustid.org/">Acoustid</ulink>
- * and Musicbrainz databases.
+ * further metadata from the [Acoustid](http://acoustid.org/) and Musicbrainz
+ * databases.
  *
  * ## Example launch line
  * |[
index 2313e9bd6b8741bd634589601e59edc433d032fc..2e44872c22ca78bdc4fc33ecc76475e96a9d47de 100644 (file)
  * @title: dfbvideosink
  *
  * DfbVideoSink renders video frames using the
- * <ulink url="http://www.directfb.org/">DirectFB</ulink> library.
+ * [DirectFB](http://www.directfb.org/) library.
  * Rendering can happen in two different modes :
  *
  * * Standalone: this mode will take complete control of the monitor forcing
- *   <ulink url="http://www.directfb.org/">DirectFB</ulink> to fullscreen layout.
+ *   DirectFB to fullscreen layout.
+ *
  *   This is convenient to test using the  gst-launch-1.0 command line tool or
  *   other simple applications. It is possible to interrupt playback while
  *   being in this mode by pressing the Escape key.
  *   This mode handles navigation events for every input device supported by
- *   the <ulink url="http://www.directfb.org/">DirectFB</ulink> library, it will
- *   look for available video modes in the fb.modes file and try to switch
- *   the framebuffer video mode to the most suitable one. Depending on
- *   hardware acceleration capabilities the element will handle scaling or not.
+ *   the DirectFB library, it will look for available video modes in the fb.modes
+ *   file and try to switch the framebuffer video mode to the most suitable one.
+ *   Depending on hardware acceleration capabilities the element will handle
+ *   scaling or not.
+ *
  *   If no acceleration is available it will do clipping or centering of the
  *   video frames respecting the original aspect ratio.
  *
@@ -43,7 +45,8 @@
  *   #GstDfbVideoSink:surface provided by the
  *   application developer. This is a more advanced usage of the element and
  *   it is required to integrate video playback in existing
- *   <ulink url="http://www.directfb.org/">DirectFB</ulink> applications.
+ *   DirectFB applications.
+ *
  *   When using this mode the element just renders to the
  *   #GstDfbVideoSink:surface provided by the
  *   application, that means it won't handle navigation events and won't resize
index c9514dba088468e3c60399800c3679ce484b6170..48b53ca191e345c8558a1fe3b53ecae656d67f53 100644 (file)
@@ -25,7 +25,7 @@
  * @see_also: timidity, wildmidi
  *
  * This element renders midi-events as audio streams using
- * <ulink url="http://fluidsynth.sourceforge.net//">Fluidsynth</ulink>.
+ * [Fluidsynth](http://fluidsynth.sourceforge.net/).
  * It offers better sound quality compared to the timidity or wildmidi element.
  *
  * ## Example pipeline
index 65b29bfdbe5f023f3bcd415f6d8f59611df96e18..a2cec0970c754eebe64259c675dfcc8f91735cc2 100644 (file)
@@ -48,8 +48,9 @@
  * @title: katedec
  * @see_also: oggdemux
  *
- * This element decodes Kate streams
- * <ulink url="http://libkate.googlecode.com/">Kate</ulink> is a free codec
+ * This element decodes Kate streams.
+ *
+ * [Kate](http://libkate.googlecode.com/) is a free codec
  * for text based data, such as subtitles. Any number of kate streams can be
  * embedded in an Ogg stream.
  *
index a76800191a2bf14309791d8876dd4021497185b2..d2cbeb0c735916a9f4624fd533837c4ae20a735c 100644 (file)
  * @title: kateenc
  * @see_also: oggmux
  *
- * This element encodes Kate streams
- * <ulink url="http://libkate.googlecode.com/">Kate</ulink> is a free codec
- * for text based data, such as subtitles. Any number of kate streams can be
- * embedded in an Ogg stream.
+ * This element encodes Kate streams.
+ *
+ * [Kate](http://libkate.googlecode.com/) is a free codec for text based data,
+ * such as subtitles. Any number of kate streams can be embedded in an Ogg
+ * stream.
  *
  * libkate (see above url) is needed to build this plugin.
  *
index 21970c9f6dc50a36bccb8d0198d633e7bb6e7e7a..8e877e77fa791e4a0faa112fa856d35d6d400263 100644 (file)
  * @title: tiger
  * @see_also: katedec
  *
- * This element decodes and renders Kate streams
- * <ulink url="http://libkate.googlecode.com/">Kate</ulink> is a free codec
- * for text based data, such as subtitles. Any number of kate streams can be
- * embedded in an Ogg stream.
+ * This element decodes and renders Kate streams.
+ * [Kate](http://libkate.googlecode.com/) is a free codec for text based data,
+ * such as subtitles. Any number of kate streams can be embedded in an Ogg
+ * stream.
  *
- * libkate (see above url) and <ulink url="http://libtiger.googlecode.com/">libtiger</ulink>
+ * libkate (see above url) and [libtiger](http://libtiger.googlecode.com/)
  * are needed to build this element.
  *
  * ## Example pipeline
index 2acd70f72a6777941c58fe01a7dd34e656332758..92a6838a03f78a20302273bd808361c2c57d890e 100644 (file)
@@ -27,7 +27,8 @@
  * @see_also: #GstAudioConvert #GstAudioResample, #GstAudioTestSrc, #GstAutoAudioSink
  *
  * The LADSPA (Linux Audio Developer's Simple Plugin API) element is a bridge
- * for plugins using the <ulink url="http://www.ladspa.org/">LADSPA</ulink> API.
+ * for plugins using the [LADSPA](http://www.ladspa.org/) API.
+ *
  * It scans all installed LADSPA plugins and registers them as gstreamer
  * elements. If available it can also parse LRDF files and use the metadata for
  * element classification. The functionality you get depends on the LADSPA plugins
index 705c4d404a509bb02070d786cfaf2870e7ad75b8..60d502f41af9a8855afa16aec31ac2775c61709d 100644 (file)
@@ -30,8 +30,8 @@
  * a successor to LADSPA (Linux Audio Developer's Simple Plugin API).
  *
  * The LV2 element is a bridge for plugins using the
- * <ulink url="http://www.lv2plug.in/">LV2</ulink> API.  It scans all
- * installed LV2 plugins and registers them as gstreamer elements.
+ * [LV2](http://www.lv2plug.in/) API.  It scans all installed LV2 plugins and
+ * registers them as gstreamer elements.
  */
 
 #ifdef HAVE_CONFIG_H
index a106f8c7f81656383934a332433da62adc85e8f8..30c5952ab237f1df2f6615fb7cdc1e60df9589c7 100644 (file)
@@ -28,8 +28,8 @@
 /**
  * SECTION:element-modplug
  * 
- * Modplug uses the <ulink url="http://modplug-xmms.sourceforge.net/">modplug</ulink>
- * library to decode tracked music in the MOD/S3M/XM/IT and related formats.
+ * Modplug uses the [modplug](http://modplug-xmms.sourceforge.net/) library to
+ * decode tracked music in the MOD/S3M/XM/IT and related formats.
  * 
  * ## Example pipeline
  *
index a86804d7bd2fd97fcbdbfa50dbac4817f0dcde78..9bec3ef0771b627fc0f722e721497319ac9c9f69 100644 (file)
  * @see_also: mpeg2dec
  *
  * This element encodes raw video into an MPEG-1/2 elementary stream using the
- * <ulink url="http://mjpeg.sourceforge.net/">mjpegtools</ulink> library.
+ * [mjpegtools](http://mjpeg.sourceforge.net/) library.
+ *
  * Documentation on MPEG encoding in general can be found in the 
- * <ulink url="https://sourceforge.net/docman/display_doc.php?docid=3456&group_id=5776">MJPEG Howto</ulink>
+ * [MJPEG Howto](https://sourceforge.net/docman/display_doc.php?docid=3456&group_id=5776)
  * and on the various available parameters in the documentation
  * of the mpeg2enc tool in particular, which shares options with this element.
  *
index f78e5bd340ff7e2b3e95e3482dc6332ca53871fe..5df12d6d0309abe4d7a997c9727147d3ac479158 100644 (file)
@@ -26,9 +26,9 @@
  *
  * This element is an audio/video multiplexer for MPEG-1/2 video streams
  * and (un)compressed audio streams such as AC3, MPEG layer I/II/III.
- * It is based on the <ulink url="http://mjpeg.sourceforge.net/">mjpegtools</ulink> library.
+ * It is based on the [mjpegtools](http://mjpeg.sourceforge.net/) library.
  * Documentation on creating MPEG videos in general can be found in the
- * <ulink url="https://sourceforge.net/docman/display_doc.php?docid=3456&group_id=5776">MJPEG Howto</ulink>
+ * [MJPEG Howto](https://sourceforge.net/docman/display_doc.php?docid=3456&group_id=5776)
  * and the man-page of the mplex tool documents the properties of this element,
  * which are shared with the mplex tool.
  *
index bc8c04fd5810af7f94447664ede0a1a85142e0e8..9c84113158321f5b24b4d63018566ce44c650e33 100644 (file)
@@ -23,8 +23,8 @@
  * @see_also: #GstOpenMptDec
  *
  * openmpdec decodes module music formats, such as S3M, MOD, XM, IT.
- * It uses the <ulink url="https://lib.openmpt.org">OpenMPT library</ulink>
- * for this purpose. It can be autoplugged and therefore works with decodebin.
+ * It uses the [OpenMPT library](https://lib.openmpt.org) for this purpose.
+ * It can be autoplugged and therefore works with decodebin.
  *
  * ## Example launch line
  *
index 8d499f2fbb52575a7fd06a71785952b35ae17436..591f414730bf0b3086c54fc90a66ce43095dfe39 100644 (file)
@@ -23,7 +23,7 @@
  * SECTION:element-srtsink
  * @title: srtsink
  *
- * srtsink is a network sink that sends <ulink url="http://www.srtalliance.org/">SRT</ulink>
+ * srtsink is a network sink that sends [SRT](http://www.srtalliance.org/)
  * packets to the network.
  *
  * ## Examples</title>
index cc52a60faaad462c4715cfb3a87f59475cb54525..59103fe39ddd762b82dfaa4dd01e79596ac9a22f 100644 (file)
@@ -23,7 +23,7 @@
  * SECTION:element-srtsrc
  * @title: srtsrc
  *
- * srtsrc is a network source that reads <ulink url="http://www.srtalliance.org/">SRT</ulink>
+ * srtsrc is a network source that reads [SRT](http://www.srtalliance.org/)
  * packets from the network.
  *
  * ## Examples
index 0580d27f00152b4f9ce5b170da066f59d2a0ff1a..91eacb8c9c343556d7e9f5c4b1c4dece1c34a081 100644 (file)
@@ -21,8 +21,9 @@
  * SECTION:element-voaacenc
  * @title: voaacenc
  *
- * AAC audio encoder based on vo-aacenc library
- * <ulink url="http://sourceforge.net/projects/opencore-amr/files/vo-aacenc/">vo-aacenc library source file</ulink>.
+ * AAC audio encoder based on vo-aacenc library.
+ *
+ * [vo-aacenc library source file](http://sourceforge.net/projects/opencore-amr/files/vo-aacenc/)
  *
  * ## Example launch line
  * |[
index c5eae31d7f702c2dcf5c8687eedf0c5cecc5f7fd..dfb997f4545d44b4fa26798c28b2ff39dd3e27a2 100644 (file)
@@ -23,7 +23,7 @@
  * @see_also: #GstAmrWbDec, #GstAmrWbParse
  *
  * AMR wideband encoder based on the
- * <ulink url="http://www.penguin.cz/~utx/amr">reference codec implementation</ulink>.
+ * [reference codec implementation](http://www.penguin.cz/~utx/amr).
  *
  * ## Example launch line
  * |[
index 78dd294a01b53220d01b7d1059e39f08dc0c0933..bfc4eb2ebf22e1222c05bb377f17fe5174c84e66 100644 (file)
@@ -27,8 +27,9 @@
  *
  *  The waylandsink is creating its own window and render the decoded video frames to that.
  *  Setup the Wayland environment as described in
- *  <ulink url="http://wayland.freedesktop.org/building.html">Wayland</ulink> home page.
- *  The current implementaion is based on weston compositor.
+ *  [Wayland](http://wayland.freedesktop.org/building.html) home page.
+ *
+ *  The current implementation is based on weston compositor.
  *
  * ## Example pipelines
  * |[
index a4d49db14555d4689330a1f1434e0ef045264666..693e626cd705bfcc492e2cbbf0950393062b60d5 100644 (file)
@@ -23,7 +23,7 @@
  * @title: GstWebRTCDataChannel
  * @see_also: #GstWebRTCRTPTransceiver
  *
- * <ulink url="http://w3c.github.io/webrtc-pc/#dom-rtcsctptransport">http://w3c.github.io/webrtc-pc/#dom-rtcsctptransport</ulink>
+ * <http://w3c.github.io/webrtc-pc/#dom-rtcsctptransport>
  */
 
 #ifdef HAVE_CONFIG_H
index ea88f74294c91953c03e058dd80eee34645272c8..60ae3b3dea25f6feb2abb977dbdc958630251af1 100644 (file)
@@ -23,8 +23,9 @@
  * @see_also: #GstWildmidiDec
  *
  * wildmididec decodes MIDI files.
- * It uses <ulink url="https://www.mindwerks.net/projects/wildmidi/">WildMidi</ulink>
- * for this purpose. It can be autoplugged and therefore works with decodebin.
+ *
+ * It uses [WildMidi](https://www.mindwerks.net/projects/wildmidi/) for this
+ * purpose. It can be autoplugged and therefore works with decodebin.
  *
  * ## Example launch line
  *
index c3b2d519d5e5ed0303cc453a9878c96c3a661dbc..ea7671fb250c2bcabe2c1cd20bd5d54b900538ef 100644 (file)
@@ -23,7 +23,7 @@
  * @title: GstWebRTCDTLSTransport
  * @see_also: #GstWebRTCRTPSender, #GstWebRTCRTPReceiver, #GstWebRTCICETransport
  *
- * <ulink url="https://www.w3.org/TR/webrtc/#rtcdtlstransport">https://www.w3.org/TR/webrtc/#rtcdtlstransport</ulink>
+ * <https://www.w3.org/TR/webrtc/#rtcdtlstransport>
  */
 
 #ifdef HAVE_CONFIG_H
index e6f44378fe6ebe15179f55272a34683b3578a9a8..d7e77d90f274b1c904091217c29d71a4672389a0 100644 (file)
@@ -23,7 +23,7 @@
  * @title: GstWebRTCICETransport
  * @see_also: #GstWebRTCRTPSender, #GstWebRTCRTPReceiver, #GstWebRTCDTLSTransport
  *
- * <ulink url="https://www.w3.org/TR/webrtc/#rtcicetransport">https://www.w3.org/TR/webrtc/#rtcicetransport</ulink>
+ * <https://www.w3.org/TR/webrtc/#rtcicetransport>
  */
 
 #ifdef HAVE_CONFIG_H
index af5cd1c0d7b914526cd18230976dc4198300b910..abdf5ca920f20d9a4922811560d82daec6c936de 100644 (file)
@@ -22,7 +22,7 @@
  * @short_description: RTCSessionDescription object
  * @title: GstWebRTCSessionDescription
  *
- * <ulink url="https://www.w3.org/TR/webrtc/#rtcsessiondescription-class">https://www.w3.org/TR/webrtc/#rtcsessiondescription-class</ulink>
+ * <https://www.w3.org/TR/webrtc/#rtcsessiondescription-class>
  */
 
 #ifdef HAVE_CONFIG_H
index 375642e767695a6a40941b150d936ff2e29a2bd2..5308c549a14f3fcba7b5447d5f8189e3f231d617 100644 (file)
@@ -38,7 +38,7 @@ GType gst_webrtc_session_description_get_type (void);
  * @type: the #GstWebRTCSDPType of the description
  * @sdp: the #GstSDPMessage of the description
  *
- * See <ulink url="https://www.w3.org/TR/webrtc/#rtcsessiondescription-class">https://www.w3.org/TR/webrtc/#rtcsessiondescription-class</ulink>
+ * See <https://www.w3.org/TR/webrtc/#rtcsessiondescription-class>
  */
 struct _GstWebRTCSessionDescription
 {
index f21d77ef13b63f702b1595e4bd8b54a81eedb4c0..768e9876d39a75bb66c7d2d567570c6d6718cd0f 100644 (file)
@@ -23,7 +23,7 @@
  * @title: GstWebRTCRTPReceiver
  * @see_also: #GstWebRTCRTPSender, #GstWebRTCRTPTransceiver
  *
- * <ulink url="https://www.w3.org/TR/webrtc/#rtcrtpreceiver-interface">https://www.w3.org/TR/webrtc/#rtcrtpreceiver-interface</ulink>
+ * <https://www.w3.org/TR/webrtc/#rtcrtpreceiver-interface>
  */
 
 #ifdef HAVE_CONFIG_H
index da743f32d14e481d04faaf15c8e5303b40aa2f5d..3a8a9044f086e4e80b0502c5c6c8d0a36d3497cd 100644 (file)
@@ -23,7 +23,7 @@
  * @title: GstWebRTCRTPSender
  * @see_also: #GstWebRTCRTPReceiver, #GstWebRTCRTPTransceiver
  *
- * <ulink url="https://www.w3.org/TR/webrtc/#rtcrtpsender-interface">https://www.w3.org/TR/webrtc/#rtcrtpsender-interface</ulink>
+ * <https://www.w3.org/TR/webrtc/#rtcrtpsender-interface>
  */
 
 #ifdef HAVE_CONFIG_H
index 8ea85f1686c4c0b6ef463b0337dd1803557ee7b3..08019462ad38335b76ee4896f61745c9e75240cc 100644 (file)
@@ -23,7 +23,7 @@
  * @title: GstWebRTCRTPTransceiver
  * @see_also: #GstWebRTCRTPSender, #GstWebRTCRTPReceiver
  *
- * <ulink url="https://www.w3.org/TR/webrtc/#rtcrtptransceiver-interface">https://www.w3.org/TR/webrtc/#rtcrtptransceiver-interface</ulink>
+ * <https://www.w3.org/TR/webrtc/#rtcrtptransceiver-interface>
  */
 
 #ifdef HAVE_CONFIG_H
index 07d9b39ec2eb3fd00be3c47a04e3c352c91d936d..61c1aca9e5cf98b80087c50a594e5710af4b2f36 100644 (file)
@@ -82,7 +82,7 @@ typedef enum /*< underscore_name=gst_webrtc_dtls_transport_state >*/
  * @GST_WEBRTC_ICE_GATHERING_STATE_GATHERING: gathering
  * @GST_WEBRTC_ICE_GATHERING_STATE_COMPLETE: complete
  *
- * See <ulink url="http://w3c.github.io/webrtc-pc/#dom-rtcicegatheringstate">http://w3c.github.io/webrtc-pc/#dom-rtcicegatheringstate</ulink>
+ * See <http://w3c.github.io/webrtc-pc/#dom-rtcicegatheringstate>
  */
 typedef enum /*< underscore_name=gst_webrtc_ice_gathering_state >*/
 {
@@ -101,7 +101,7 @@ typedef enum /*< underscore_name=gst_webrtc_ice_gathering_state >*/
  * @GST_WEBRTC_ICE_CONNECTION_STATE_DISCONNECTED: disconnected
  * @GST_WEBRTC_ICE_CONNECTION_STATE_CLOSED: closed
  *
- * See <ulink url="http://w3c.github.io/webrtc-pc/#dom-rtciceconnectionstate">http://w3c.github.io/webrtc-pc/#dom-rtciceconnectionstate</ulink>
+ * See <http://w3c.github.io/webrtc-pc/#dom-rtciceconnectionstate>
  */
 typedef enum /*< underscore_name=gst_webrtc_ice_connection_state >*/
 {
@@ -123,7 +123,7 @@ typedef enum /*< underscore_name=gst_webrtc_ice_connection_state >*/
  * @GST_WEBRTC_SIGNALING_STATE_HAVE_LOCAL_PRANSWER: have-local-pranswer
  * @GST_WEBRTC_SIGNALING_STATE_HAVE_REMOTE_PRANSWER: have-remote-pranswer
  *
- * See <ulink url="http://w3c.github.io/webrtc-pc/#dom-rtcsignalingstate">http://w3c.github.io/webrtc-pc/#dom-rtcsignalingstate</ulink>
+ * See <http://w3c.github.io/webrtc-pc/#dom-rtcsignalingstate>
  */
 typedef enum /*< underscore_name=gst_webrtc_signaling_state >*/
 {
@@ -144,7 +144,7 @@ typedef enum /*< underscore_name=gst_webrtc_signaling_state >*/
  * @GST_WEBRTC_PEER_CONNECTION_STATE_FAILED: failed
  * @GST_WEBRTC_PEER_CONNECTION_STATE_CLOSED: closed
  *
- * See <ulink url="http://w3c.github.io/webrtc-pc/#dom-rtcpeerconnectionstate">http://w3c.github.io/webrtc-pc/#dom-rtcpeerconnectionstate</ulink>
+ * See <http://w3c.github.io/webrtc-pc/#dom-rtcpeerconnectionstate>
  */
 typedef enum /*< underscore_name=gst_webrtc_peer_connection_state >*/
 {
@@ -185,7 +185,7 @@ typedef enum /*< underscore_name=gst_webrtc_ice_component >*/
  * @GST_WEBRTC_SDP_TYPE_ANSWER: answer
  * @GST_WEBRTC_SDP_TYPE_ROLLBACK: rollback
  *
- * See <ulink url="http://w3c.github.io/webrtc-pc/#rtcsdptype">http://w3c.github.io/webrtc-pc/#rtcsdptype</ulink>
+ * See <http://w3c.github.io/webrtc-pc/#rtcsdptype>
  */
 typedef enum /*< underscore_name=gst_webrtc_sdp_type >*/
 {
@@ -282,7 +282,7 @@ typedef enum /*< underscore_name=gst_webrtc_fec_type >*/
  * GST_WEBRTC_SCTP_TRANSPORT_STATE_CONNECTED: connected
  * GST_WEBRTC_SCTP_TRANSPORT_STATE_CLOSED: closed
  *
- * See <ulink url="http://w3c.github.io/webrtc-pc/#dom-rtcsctptransportstate">http://w3c.github.io/webrtc-pc/#dom-rtcsctptransportstate</ulink>
+ * See <http://w3c.github.io/webrtc-pc/#dom-rtcsctptransportstate>
  *
  * Since: 1.16
  */
@@ -301,7 +301,7 @@ typedef enum /*< underscore_name=gst_webrtc_sctp_transport_state >*/
  * GST_WEBRTC_PRIORITY_TYPE_MEDIUM: medium
  * GST_WEBRTC_PRIORITY_TYPE_HIGH: high
  *
- * See <ulink url="http://w3c.github.io/webrtc-pc/#dom-rtcprioritytype">http://w3c.github.io/webrtc-pc/#dom-rtcprioritytype</ulink>
+ * See <http://w3c.github.io/webrtc-pc/#dom-rtcprioritytype>
  *
  * Since: 1.16
  */
@@ -321,7 +321,7 @@ typedef enum /*< underscore_name=gst_webrtc_priority_type >*/
  * GST_WEBRTC_DATA_CHANNEL_STATE_CLOSING: closing
  * GST_WEBRTC_DATA_CHANNEL_STATE_CLOSED: closed
  *
- * See <ulink url="http://w3c.github.io/webrtc-pc/#dom-rtcdatachannelstate">http://w3c.github.io/webrtc-pc/#dom-rtcdatachannelstate</ulink>
+ * See <http://w3c.github.io/webrtc-pc/#dom-rtcdatachannelstate>
  *
  * Since: 1.16
  */
index 05578d4e18cb7405e9de06db82cbbbb37cca92a0..a3d48773426b02d75fe63e529d9a10ac0f065858 100644 (file)
@@ -38,8 +38,8 @@
  *
  * The accurip element calculates a CRC for an audio stream which can be used
  * to match the audio stream to a database hosted on
- * <ulink url="http://accuraterip.com/">AccurateRip</ulink>. This database
- * is used to check for a CD rip accuracy.
+ * [AccurateRip](http://accuraterip.com/). This database is used to check for a
+ * CD rip accuracy.
  *
  * ## Example launch line
  * |[
index e3206ef768fda44ed0692caa046175040df7ad0f..fbe9ecdae9d80cdd3ae5b2cd0418cfdcb3fc4054 100644 (file)
@@ -65,9 +65,9 @@
  * @title: festival
  *
  * This element connects to a
- * <ulink url="http://www.festvox.org/festival/index.html">festival</ulink>
- * server process and uses it to synthesize speech. Festival need to run already
- * in server mode, started as `festival --server`
+ * [festival](http://www.festvox.org/festival/index.html) server process and
+ * uses it to synthesize speech. Festival need to run already in server mode,
+ * started as `festival --server`
  *
  * ## Example pipeline
  * |[
index 8a60cdad6c8c1b23ff7dfe019606cd749bb35168..aab2b8a1f5376609cc2e98dc002c46235d366f0a 100644 (file)
@@ -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
  * |[