mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 09:41:07 +00:00
win32/common/libgstreamer.def: Add new gst_poll_ symbols to win32 defs.
Original commit message from CVS: * win32/common/libgstreamer.def: Add new gst_poll_ symbols to win32 defs.
This commit is contained in:
parent
0d37102cb8
commit
91bf3deeb7
2 changed files with 22 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-02-27 Jan Schmidt <jan.schmidt@sun.com>
|
||||
|
||||
* win32/common/libgstreamer.def:
|
||||
Add new gst_poll_ symbols to win32 defs.
|
||||
|
||||
2008-02-27 Wim Taymans <wim.taymans@collabora.co.uk>
|
||||
|
||||
* docs/libs/gstreamer-libs-sections.txt:
|
||||
|
|
|
@ -648,6 +648,23 @@ EXPORTS
|
|||
gst_plugin_load_file
|
||||
gst_plugin_name_filter
|
||||
gst_plugin_register_static
|
||||
gst_poll_add_fd
|
||||
gst_poll_fd_can_read
|
||||
gst_poll_fd_can_write
|
||||
gst_poll_fd_ctl_read
|
||||
gst_poll_fd_ctl_write
|
||||
gst_poll_fd_has_closed
|
||||
gst_poll_fd_has_error
|
||||
gst_poll_free
|
||||
gst_poll_get_mode
|
||||
gst_poll_mode_get_type
|
||||
gst_poll_new
|
||||
gst_poll_remove_fd
|
||||
gst_poll_restart
|
||||
gst_poll_set_controllable
|
||||
gst_poll_set_flushing
|
||||
gst_poll_set_mode
|
||||
gst_poll_wait
|
||||
gst_print_element_args
|
||||
gst_print_pad_caps
|
||||
gst_query_get_structure
|
||||
|
|
Loading…
Reference in a new issue