mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 11:11:08 +00:00
docstrings: port ulinks to markdown links
This commit is contained in:
parent
a4d5c95638
commit
7e87a05e5a
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
*
|
||||
|
|
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue