mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-06 23:48:53 +00:00
Update docs and .def file for taglist API change
This commit is contained in:
parent
90e32338c8
commit
5aaf00a7de
2 changed files with 4 additions and 4 deletions
|
@ -2617,8 +2617,8 @@ gst_tag_list_get_date
|
||||||
gst_tag_list_get_date_index
|
gst_tag_list_get_date_index
|
||||||
gst_tag_list_get_date_time
|
gst_tag_list_get_date_time
|
||||||
gst_tag_list_get_date_time_index
|
gst_tag_list_get_date_time_index
|
||||||
gst_tag_list_get_buffer
|
gst_tag_list_get_sample
|
||||||
gst_tag_list_get_buffer_index
|
gst_tag_list_get_sample_index
|
||||||
<SUBSECTION Standard>
|
<SUBSECTION Standard>
|
||||||
GST_TAG_LIST
|
GST_TAG_LIST
|
||||||
GST_IS_TAG_LIST
|
GST_IS_TAG_LIST
|
||||||
|
|
|
@ -1055,8 +1055,6 @@ EXPORTS
|
||||||
gst_tag_list_foreach
|
gst_tag_list_foreach
|
||||||
gst_tag_list_get_boolean
|
gst_tag_list_get_boolean
|
||||||
gst_tag_list_get_boolean_index
|
gst_tag_list_get_boolean_index
|
||||||
gst_tag_list_get_buffer
|
|
||||||
gst_tag_list_get_buffer_index
|
|
||||||
gst_tag_list_get_date
|
gst_tag_list_get_date
|
||||||
gst_tag_list_get_date_index
|
gst_tag_list_get_date_index
|
||||||
gst_tag_list_get_date_time
|
gst_tag_list_get_date_time
|
||||||
|
@ -1071,6 +1069,8 @@ EXPORTS
|
||||||
gst_tag_list_get_int_index
|
gst_tag_list_get_int_index
|
||||||
gst_tag_list_get_pointer
|
gst_tag_list_get_pointer
|
||||||
gst_tag_list_get_pointer_index
|
gst_tag_list_get_pointer_index
|
||||||
|
gst_tag_list_get_sample
|
||||||
|
gst_tag_list_get_sample_index
|
||||||
gst_tag_list_get_string
|
gst_tag_list_get_string
|
||||||
gst_tag_list_get_string_index
|
gst_tag_list_get_string_index
|
||||||
gst_tag_list_get_tag_size
|
gst_tag_list_get_tag_size
|
||||||
|
|
Loading…
Reference in a new issue