gst-libs/gst/audio/gstbaseaudiosrc.c: Make GstAudioSrcSlaveMethod get_type() function...
authorSebastian Dröge <slomo@circular-chaos.org>
Fri, 19 Dec 2008 13:03:00 +0000 (13:03 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Fri, 19 Dec 2008 13:03:00 +0000 (13:03 +0000)
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
gst-libs/gst/audio/gstbaseaudiosrc.c
win32/common/libgstaudio.def
win32/common/libgstnetbuffer.def

index 88a7527..bdc1914 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2008-12-19  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
+
+       * 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  <wim.taymans@collabora.co.uk>
 
        Patch by: Andrew Feren <acferen at yahoo dot com>
index 59966ea..ac92e3c 100644 (file)
@@ -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;
index 5ea7e23..a047284 100644 (file)
@@ -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
index 5f2d6e9..d60e63e 100644 (file)
@@ -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