diff --git a/gst/gstpromise.c b/gst/gstpromise.c index 80b0e1b645..1efe3f1328 100644 --- a/gst/gstpromise.c +++ b/gst/gstpromise.c @@ -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 - * 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. * diff --git a/gst/gsttaglist.h b/gst/gsttaglist.h index a8453a68c9..36d85734d7 100644 --- a/gst/gsttaglist.h +++ b/gst/gsttaglist.h @@ -1156,7 +1156,7 @@ gst_tag_list_take (GstTagList **old_taglist, GstTagList *new_taglist) /** * GST_TAG_MIDI_BASE_NOTE: * - * Midi note number + * [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. *