From 4ed1f5d6fd1496e51bd08f70c5990504020cf431 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 19 Dec 2008 13:03:00 +0000 Subject: [PATCH] gst-libs/gst/audio/gstbaseaudiosrc.c: Make GstAudioSrcSlaveMethod get_type() function non-static as it's public now. Original commit message from CVS: * gst-libs/gst/audio/gstbaseaudiosrc.c: Make GstAudioSrcSlaveMethod get_type() function non-static as it's public now. * win32/common/libgstaudio.def: * win32/common/libgstnetbuffer.def: Add some missing functions to the list of exported symbols. --- ChangeLog | 10 ++++++++++ gst-libs/gst/audio/gstbaseaudiosrc.c | 4 +--- win32/common/libgstaudio.def | 2 ++ win32/common/libgstnetbuffer.def | 2 ++ 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 88a7527..bdc1914 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2008-12-19 Sebastian Dröge + + * gst-libs/gst/audio/gstbaseaudiosrc.c: + Make GstAudioSrcSlaveMethod get_type() function non-static + as it's public now. + + * win32/common/libgstaudio.def: + * win32/common/libgstnetbuffer.def: + Add some missing functions to the list of exported symbols. + 2008-12-18 Wim Taymans Patch by: Andrew Feren diff --git a/gst-libs/gst/audio/gstbaseaudiosrc.c b/gst-libs/gst/audio/gstbaseaudiosrc.c index 59966ea..ac92e3c 100644 --- a/gst-libs/gst/audio/gstbaseaudiosrc.c +++ b/gst-libs/gst/audio/gstbaseaudiosrc.c @@ -45,9 +45,7 @@ GST_DEBUG_CATEGORY_STATIC (gst_base_audio_src_debug); #define GST_CAT_DEFAULT gst_base_audio_src_debug -#define GST_TYPE_SLAVE_METHOD (gst_base_audio_src_slave_method_get_type ()) - -static GType +GType gst_base_audio_src_slave_method_get_type (void) { static GType slave_method_type = 0; diff --git a/win32/common/libgstaudio.def b/win32/common/libgstaudio.def index 5ea7e23..a047284 100644 --- a/win32/common/libgstaudio.def +++ b/win32/common/libgstaudio.def @@ -26,12 +26,14 @@ EXPORTS gst_base_audio_sink_get_type gst_base_audio_sink_set_provide_clock gst_base_audio_sink_set_slave_method + gst_base_audio_sink_slave_method_get_type gst_base_audio_src_create_ringbuffer gst_base_audio_src_get_provide_clock gst_base_audio_src_get_slave_method gst_base_audio_src_get_type gst_base_audio_src_set_provide_clock gst_base_audio_src_set_slave_method + gst_base_audio_src_slave_method_get_type gst_ring_buffer_acquire gst_ring_buffer_activate gst_ring_buffer_advance diff --git a/win32/common/libgstnetbuffer.def b/win32/common/libgstnetbuffer.def index 5f2d6e9..d60e63e 100644 --- a/win32/common/libgstnetbuffer.def +++ b/win32/common/libgstnetbuffer.def @@ -1,8 +1,10 @@ EXPORTS gst_netaddress_equal + gst_netaddress_get_address_bytes gst_netaddress_get_ip4_address gst_netaddress_get_ip6_address gst_netaddress_get_net_type + gst_netaddress_set_address_bytes gst_netaddress_set_ip4_address gst_netaddress_set_ip6_address gst_netbuffer_get_type -- 2.7.4