mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
docs: update xmp api docs
Add missing section. Add new section to main-sgml. Add missing function.
This commit is contained in:
parent
a2d622ab03
commit
61032e7470
2 changed files with 22 additions and 1 deletions
|
@ -189,6 +189,7 @@
|
|||
<xi:include href="xml/gsttagvorbis.xml" />
|
||||
<xi:include href="xml/gsttagid3.xml" />
|
||||
<xi:include href="xml/gsttagxmp.xml" />
|
||||
<xi:include href="xml/gsttagxmpwriter.xml" />
|
||||
<xi:include href="xml/gsttagdemux.xml" />
|
||||
<xi:include href="xml/gsttaglanguagecodes.xml" />
|
||||
</chapter>
|
||||
|
|
|
@ -1786,6 +1786,8 @@ gst_tag_list_add_id3_image
|
|||
<INCLUDE>gst/tag/tag.h</INCLUDE>
|
||||
gst_tag_list_from_xmp_buffer
|
||||
gst_tag_list_to_xmp_buffer
|
||||
gst_tag_list_to_xmp_buffer_full
|
||||
gst_tag_xmp_list_schemas
|
||||
<SUBSECTION Standard>
|
||||
</SECTION>
|
||||
|
||||
|
@ -1820,7 +1822,6 @@ gst_tag_demux_result_get_type
|
|||
<SECTION>
|
||||
<FILE>gsttaglanguagecodes</FILE>
|
||||
<INCLUDE>gst/tag/tag.h</INCLUDE>
|
||||
<SUBSECTION>
|
||||
gst_tag_get_language_codes
|
||||
gst_tag_get_language_name
|
||||
gst_tag_get_language_code
|
||||
|
@ -1829,6 +1830,25 @@ gst_tag_get_language_code_iso_639_2B
|
|||
gst_tag_get_language_code_iso_639_2T
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gsttagxmpwriter</FILE>
|
||||
gst_tag_xmp_writer_add_all_schemas
|
||||
gst_tag_xmp_writer_add_schema
|
||||
gst_tag_xmp_writer_has_schema
|
||||
gst_tag_xmp_writer_remove_schema
|
||||
gst_tag_xmp_writer_remove_all_schemas
|
||||
gst_tag_xmp_writer_tag_list_to_xmp_buffer
|
||||
<SUBSECTION Standard>
|
||||
GstTagXmpWriter
|
||||
GstTagXmpWriterInterface
|
||||
GST_TYPE_TAG_XMP_WRITER
|
||||
GST_TAG_XMP_WRITER
|
||||
GST_TAG_XMP_WRITER_INTERFACE
|
||||
GST_IS_TAG_XMP_WRITER
|
||||
GST_IS_TAG_XMP_WRITER_INTERFACE
|
||||
GST_TAG_XMP_WRITER_GET_INTERFACE
|
||||
</SECTION>
|
||||
|
||||
# base utils
|
||||
|
||||
<SECTION>
|
||||
|
|
Loading…
Reference in a new issue