mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
win32: Add exports for the GstParseContext and GstBufferListIterator types
This commit is contained in:
parent
f660536eb3
commit
b8b0f75887
1 changed files with 2 additions and 0 deletions
|
@ -108,6 +108,7 @@ EXPORTS
|
|||
gst_buffer_list_iterator_add_list
|
||||
gst_buffer_list_iterator_do
|
||||
gst_buffer_list_iterator_free
|
||||
gst_buffer_list_iterator_get_type
|
||||
gst_buffer_list_iterator_merge_group
|
||||
gst_buffer_list_iterator_n_buffers
|
||||
gst_buffer_list_iterator_next
|
||||
|
@ -738,6 +739,7 @@ EXPORTS
|
|||
gst_parse_bin_from_description_full
|
||||
gst_parse_context_free
|
||||
gst_parse_context_get_missing_elements
|
||||
gst_parse_context_get_type
|
||||
gst_parse_context_new
|
||||
gst_parse_error_get_type
|
||||
gst_parse_error_quark
|
||||
|
|
Loading…
Reference in a new issue