mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 04:45:36 +00:00
win32: add new GstPoll API to libgstreamer.def
This commit is contained in:
parent
4262f6c641
commit
49110bbdb9
1 changed files with 4 additions and 0 deletions
|
@ -193,6 +193,7 @@ EXPORTS
|
|||
gst_clock_set_calibration
|
||||
gst_clock_set_master
|
||||
gst_clock_set_resolution
|
||||
gst_clock_type_get_type
|
||||
gst_clock_unadjust_unlocked
|
||||
gst_core_error_get_type
|
||||
gst_core_error_quark
|
||||
|
@ -689,11 +690,14 @@ EXPORTS
|
|||
gst_poll_fd_init
|
||||
gst_poll_free
|
||||
gst_poll_new
|
||||
gst_poll_new_timer
|
||||
gst_poll_read_control
|
||||
gst_poll_remove_fd
|
||||
gst_poll_restart
|
||||
gst_poll_set_controllable
|
||||
gst_poll_set_flushing
|
||||
gst_poll_wait
|
||||
gst_poll_write_control
|
||||
gst_preset_delete_preset
|
||||
gst_preset_get_meta
|
||||
gst_preset_get_preset_names
|
||||
|
|
Loading…
Reference in a new issue