From 91bf3deeb7a69d8ba9fb2f602398d8f5ea2854ec Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Wed, 27 Feb 2008 21:18:33 +0000 Subject: [PATCH] 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. --- ChangeLog | 5 +++++ win32/common/libgstreamer.def | 17 +++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/ChangeLog b/ChangeLog index 6eeb720..f63c81c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-02-27 Jan Schmidt + + * win32/common/libgstreamer.def: + Add new gst_poll_ symbols to win32 defs. + 2008-02-27 Wim Taymans * docs/libs/gstreamer-libs-sections.txt: diff --git a/win32/common/libgstreamer.def b/win32/common/libgstreamer.def index fd46057..b7c28c5 100644 --- a/win32/common/libgstreamer.def +++ b/win32/common/libgstreamer.def @@ -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 -- 2.7.4