diff --git a/docs/libs/gst-plugins-base-libs-sections.txt b/docs/libs/gst-plugins-base-libs-sections.txt index 42f5d78a93..653b3ed895 100644 --- a/docs/libs/gst-plugins-base-libs-sections.txt +++ b/docs/libs/gst-plugins-base-libs-sections.txt @@ -1755,6 +1755,13 @@ gst_tag_image_type_get_type GstTagEntryMatch +
+gsttaglicenses + +gst_tag_license_flags_get_type +
+ +
gsttagvorbis gst/tag/tag.h diff --git a/gst-libs/gst/tag/licenses.c b/gst-libs/gst/tag/licenses.c index 4d2c4769d0..f765cfd7b6 100644 --- a/gst-libs/gst/tag/licenses.c +++ b/gst-libs/gst/tag/licenses.c @@ -22,14 +22,10 @@ * @short_description: utility functions for Creative Commons licenses * @see_also: #GstTagList * - * - * * Provides information about Creative Commons media licenses, which are * often expressed in media files as a license URI in tags. Also useful * for applications creating media files, in case the user wants to license * the content under a Creative Commons license. - * - * */ /* FIXME: add API to check obsolete-ness / replace-by */