docstrings: port ulinks to markdown links

This commit is contained in:
Mathieu Duponchelle 2019-08-23 18:17:41 +02:00
parent a4d5c95638
commit 7e87a05e5a
2 changed files with 2 additions and 2 deletions

View file

@ -35,7 +35,7 @@ GST_DEBUG_CATEGORY_STATIC (GST_CAT_DEFAULT);
*
* The #GstPromise object implements the container for values that may
* be available later. i.e. a Future or a Promise in
* <ulink url="https://en.wikipedia.org/wiki/Futures_and_promises">https://en.wikipedia.org/wiki/Futures_and_promises</ulink>
* <https://en.wikipedia.org/wiki/Futures_and_promises>.
* As with all Future/Promise-like functionality, there is the concept of the
* producer of the value and the consumer of the value.
*

View file

@ -1156,7 +1156,7 @@ gst_tag_list_take (GstTagList **old_taglist, GstTagList *new_taglist)
/**
* GST_TAG_MIDI_BASE_NOTE:
*
* <ulink url="http://en.wikipedia.org/wiki/Note#Note_designation_in_accordance_with_octave_name">Midi note number</ulink>
* [Midi note number](http://en.wikipedia.org/wiki/Note#Note_designation_in_accordance_with_octave_name)
* of the audio track. This is useful for sample instruments and in particular
* for multi-samples.
*