mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-03 04:52:28 +00:00
docs: add new license API to docs
This commit is contained in:
parent
a5933eb14b
commit
59f2249284
2 changed files with 15 additions and 1 deletions
|
@ -193,6 +193,7 @@
|
|||
<xi:include href="xml/gsttagdemux.xml" />
|
||||
<xi:include href="xml/gsttagmux.xml" />
|
||||
<xi:include href="xml/gsttaglanguagecodes.xml" />
|
||||
<xi:include href="xml/gsttaglicenses.xml" />
|
||||
</chapter>
|
||||
|
||||
<chapter id="gstreamer-base-utils">
|
||||
|
|
|
@ -1751,7 +1751,6 @@ GstTagImageType
|
|||
<SUBSECTION Standard>
|
||||
GST_TYPE_TAG_IMAGE_TYPE
|
||||
gst_tag_image_type_get_type
|
||||
gst_tag_license_flags_get_type
|
||||
<SUBSECTION Private>
|
||||
GstTagEntryMatch
|
||||
</SECTION>
|
||||
|
@ -1850,6 +1849,20 @@ gst_tag_get_language_code_iso_639_2B
|
|||
gst_tag_get_language_code_iso_639_2T
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gsttaglicenses</FILE>
|
||||
<INCLUDE>gst/tag/tag.h</INCLUDE>
|
||||
gst_tag_get_license_flags
|
||||
gst_tag_get_license_nick
|
||||
gst_tag_get_license_title
|
||||
gst_tag_get_license_description
|
||||
gst_tag_get_license_jurisdiction
|
||||
gst_tag_get_license_version
|
||||
gst_tag_get_licenses
|
||||
<SUBSECTION Standard>
|
||||
gst_tag_license_flags_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gsttagxmpwriter</FILE>
|
||||
gst_tag_xmp_writer_add_all_schemas
|
||||
|
|
Loading…
Reference in a new issue