mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +00:00
win32/common/libgstreamer.def: Export gst_bus_add_signal_watch too.
Original commit message from CVS: * win32/common/libgstreamer.def: Export gst_bus_add_signal_watch too.
This commit is contained in:
parent
84ec4caaa4
commit
b4136f995e
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2007-09-02 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
|
* win32/common/libgstreamer.def:
|
||||||
|
Export gst_bus_add_signal_watch too.
|
||||||
|
|
||||||
2007-08-30 Wim Taymans <wim.taymans@gmail.com>
|
2007-08-30 Wim Taymans <wim.taymans@gmail.com>
|
||||||
|
|
||||||
* docs/libs/gstreamer-libs-sections.txt:
|
* docs/libs/gstreamer-libs-sections.txt:
|
||||||
|
|
|
@ -42,7 +42,8 @@ EXPORTS
|
||||||
gst_buffer_new_and_alloc
|
gst_buffer_new_and_alloc
|
||||||
gst_buffer_set_caps
|
gst_buffer_set_caps
|
||||||
gst_buffer_span
|
gst_buffer_span
|
||||||
gst_buffer_stamp
|
gst_buffer_stamp
|
||||||
|
gst_bus_add_signal_watch
|
||||||
gst_bus_add_signal_watch_full
|
gst_bus_add_signal_watch_full
|
||||||
gst_bus_add_watch
|
gst_bus_add_watch
|
||||||
gst_bus_add_watch_full
|
gst_bus_add_watch_full
|
||||||
|
|
Loading…
Reference in a new issue