mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +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/gsttagdemux.xml" />
|
||||||
<xi:include href="xml/gsttagmux.xml" />
|
<xi:include href="xml/gsttagmux.xml" />
|
||||||
<xi:include href="xml/gsttaglanguagecodes.xml" />
|
<xi:include href="xml/gsttaglanguagecodes.xml" />
|
||||||
|
<xi:include href="xml/gsttaglicenses.xml" />
|
||||||
</chapter>
|
</chapter>
|
||||||
|
|
||||||
<chapter id="gstreamer-base-utils">
|
<chapter id="gstreamer-base-utils">
|
||||||
|
|
|
@ -1751,7 +1751,6 @@ GstTagImageType
|
||||||
<SUBSECTION Standard>
|
<SUBSECTION Standard>
|
||||||
GST_TYPE_TAG_IMAGE_TYPE
|
GST_TYPE_TAG_IMAGE_TYPE
|
||||||
gst_tag_image_type_get_type
|
gst_tag_image_type_get_type
|
||||||
gst_tag_license_flags_get_type
|
|
||||||
<SUBSECTION Private>
|
<SUBSECTION Private>
|
||||||
GstTagEntryMatch
|
GstTagEntryMatch
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
@ -1850,6 +1849,20 @@ gst_tag_get_language_code_iso_639_2B
|
||||||
gst_tag_get_language_code_iso_639_2T
|
gst_tag_get_language_code_iso_639_2T
|
||||||
</SECTION>
|
</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>
|
<SECTION>
|
||||||
<FILE>gsttagxmpwriter</FILE>
|
<FILE>gsttagxmpwriter</FILE>
|
||||||
gst_tag_xmp_writer_add_all_schemas
|
gst_tag_xmp_writer_add_all_schemas
|
||||||
|
|
Loading…
Reference in a new issue