mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
docs/def: Add new symbols, remove old symbols
This commit is contained in:
parent
caa16f2fa9
commit
3d807c228c
2 changed files with 9 additions and 3 deletions
|
@ -1189,13 +1189,13 @@ GstIterator
|
||||||
GstIteratorItem
|
GstIteratorItem
|
||||||
GstIteratorResult
|
GstIteratorResult
|
||||||
|
|
||||||
GstIteratorDisposeFunction
|
GstIteratorCopyFunction
|
||||||
GstIteratorNextFunction
|
GstIteratorNextFunction
|
||||||
GstIteratorItemFunction
|
GstIteratorItemFunction
|
||||||
GstIteratorResyncFunction
|
GstIteratorResyncFunction
|
||||||
GstIteratorFreeFunction
|
GstIteratorFreeFunction
|
||||||
|
GstIteratorForeachFunction
|
||||||
GstIteratorFoldFunction
|
GstIteratorFoldFunction
|
||||||
GstCopyFunction
|
|
||||||
|
|
||||||
GST_ITERATOR
|
GST_ITERATOR
|
||||||
GST_ITERATOR_LOCK
|
GST_ITERATOR_LOCK
|
||||||
|
@ -1206,9 +1206,11 @@ gst_iterator_new
|
||||||
gst_iterator_new_list
|
gst_iterator_new_list
|
||||||
gst_iterator_new_single
|
gst_iterator_new_single
|
||||||
|
|
||||||
|
gst_iterator_copy
|
||||||
|
gst_iterator_free
|
||||||
|
|
||||||
gst_iterator_next
|
gst_iterator_next
|
||||||
gst_iterator_resync
|
gst_iterator_resync
|
||||||
gst_iterator_free
|
|
||||||
gst_iterator_push
|
gst_iterator_push
|
||||||
gst_iterator_filter
|
gst_iterator_filter
|
||||||
gst_iterator_fold
|
gst_iterator_fold
|
||||||
|
@ -1219,6 +1221,7 @@ gst_iterator_find_custom
|
||||||
GST_TYPE_ITERATOR_ITEM
|
GST_TYPE_ITERATOR_ITEM
|
||||||
GST_TYPE_ITERATOR_RESULT
|
GST_TYPE_ITERATOR_RESULT
|
||||||
<SUBSECTION Private>
|
<SUBSECTION Private>
|
||||||
|
gst_iterator_get_type
|
||||||
gst_iterator_item_get_type
|
gst_iterator_item_get_type
|
||||||
gst_iterator_result_get_type
|
gst_iterator_result_get_type
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
|
@ -496,11 +496,13 @@ EXPORTS
|
||||||
gst_int_range_get_type
|
gst_int_range_get_type
|
||||||
gst_is_initialized
|
gst_is_initialized
|
||||||
gst_is_tag_list
|
gst_is_tag_list
|
||||||
|
gst_iterator_copy
|
||||||
gst_iterator_filter
|
gst_iterator_filter
|
||||||
gst_iterator_find_custom
|
gst_iterator_find_custom
|
||||||
gst_iterator_fold
|
gst_iterator_fold
|
||||||
gst_iterator_foreach
|
gst_iterator_foreach
|
||||||
gst_iterator_free
|
gst_iterator_free
|
||||||
|
gst_iterator_get_type
|
||||||
gst_iterator_item_get_type
|
gst_iterator_item_get_type
|
||||||
gst_iterator_new
|
gst_iterator_new
|
||||||
gst_iterator_new_list
|
gst_iterator_new_list
|
||||||
|
@ -609,6 +611,7 @@ EXPORTS
|
||||||
gst_meta_get_info
|
gst_meta_get_info
|
||||||
gst_meta_register
|
gst_meta_register
|
||||||
gst_meta_timing_get_info
|
gst_meta_timing_get_info
|
||||||
|
gst_meta_transform_type_get_type
|
||||||
gst_mini_object_copy
|
gst_mini_object_copy
|
||||||
gst_mini_object_flags_get_type
|
gst_mini_object_flags_get_type
|
||||||
gst_mini_object_init
|
gst_mini_object_init
|
||||||
|
|
Loading…
Reference in a new issue