mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
win32/common/libgstreamer.def: Remove symbols that were removed recently. Fixes bug #521740.
Original commit message from CVS: * win32/common/libgstreamer.def: Remove symbols that were removed recently. Fixes bug #521740.
This commit is contained in:
parent
f30b5e6313
commit
567f929b8c
2 changed files with 5 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2008-03-11 Sebastian Dröge <slomo@circular-chaos.org>
|
||||||
|
|
||||||
|
* win32/common/libgstreamer.def:
|
||||||
|
Remove symbols that were removed recently. Fixes bug #521740.
|
||||||
|
|
||||||
2008-03-11 Jan Schmidt <jan.schmidt@sun.com>
|
2008-03-11 Jan Schmidt <jan.schmidt@sun.com>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
|
|
|
@ -657,14 +657,11 @@ EXPORTS
|
||||||
gst_poll_fd_has_error
|
gst_poll_fd_has_error
|
||||||
gst_poll_fd_init
|
gst_poll_fd_init
|
||||||
gst_poll_free
|
gst_poll_free
|
||||||
gst_poll_get_mode
|
|
||||||
gst_poll_mode_get_type
|
|
||||||
gst_poll_new
|
gst_poll_new
|
||||||
gst_poll_remove_fd
|
gst_poll_remove_fd
|
||||||
gst_poll_restart
|
gst_poll_restart
|
||||||
gst_poll_set_controllable
|
gst_poll_set_controllable
|
||||||
gst_poll_set_flushing
|
gst_poll_set_flushing
|
||||||
gst_poll_set_mode
|
|
||||||
gst_poll_wait
|
gst_poll_wait
|
||||||
gst_print_element_args
|
gst_print_element_args
|
||||||
gst_print_pad_caps
|
gst_print_pad_caps
|
||||||
|
|
Loading…
Reference in a new issue