mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 20:51:13 +00:00
gsttaglist: do not link to symbols from gst-plugins-base in doc
This commit is contained in:
parent
ca17a6c791
commit
cce397cc50
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue