mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
win32: add new collectpads2 API to .def file
This commit is contained in:
parent
225721f578
commit
569c48052a
1 changed files with 3 additions and 0 deletions
|
@ -215,12 +215,14 @@ EXPORTS
|
|||
gst_collect_pads2_clip_running_time
|
||||
gst_collect_pads2_collect
|
||||
gst_collect_pads2_collect_range
|
||||
gst_collect_pads2_event_default
|
||||
gst_collect_pads2_flush
|
||||
gst_collect_pads2_get_type
|
||||
gst_collect_pads2_is_active
|
||||
gst_collect_pads2_new
|
||||
gst_collect_pads2_peek
|
||||
gst_collect_pads2_pop
|
||||
gst_collect_pads2_query_default
|
||||
gst_collect_pads2_read_buffer
|
||||
gst_collect_pads2_remove_pad
|
||||
gst_collect_pads2_set_buffer_function
|
||||
|
@ -229,6 +231,7 @@ EXPORTS
|
|||
gst_collect_pads2_set_event_function
|
||||
gst_collect_pads2_set_flushing
|
||||
gst_collect_pads2_set_function
|
||||
gst_collect_pads2_set_query_function
|
||||
gst_collect_pads2_set_waiting
|
||||
gst_collect_pads2_start
|
||||
gst_collect_pads2_stop
|
||||
|
|
Loading…
Reference in a new issue