From cce397cc50156ce002b8b5623213e9e7fc556b2b Mon Sep 17 00:00:00 2001 From: Mathieu Duponchelle Date: Fri, 31 May 2019 01:45:41 +0200 Subject: [PATCH] gsttaglist: do not link to symbols from gst-plugins-base in doc --- gst/gsttaglist.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst/gsttaglist.h b/gst/gsttaglist.h index 108dc94b1b..25092207d5 100644 --- a/gst/gsttaglist.h +++ b/gst/gsttaglist.h @@ -892,7 +892,7 @@ gst_tag_list_take (GstTagList **old_taglist, GstTagList *new_taglist) * ISO-639-2 or ISO-639-1 code for the language the content is in (string) * * There is utility API in libgsttag in gst-plugins-base to obtain a translated - * language name from the language code: gst_tag_get_language_name() + * language name from the language code: `gst_tag_get_language_name()` */ #define GST_TAG_LANGUAGE_CODE "language-code" /** @@ -909,7 +909,7 @@ gst_tag_list_take (GstTagList **old_taglist, GstTagList *new_taglist) * GST_TAG_IMAGE: * * image (sample) (sample taglist should specify the content type and preferably - * also set "image-type" field as #GstTagImageType) + * also set "image-type" field as `GstTagImageType`) */ #define GST_TAG_IMAGE "image" /**