mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 01:45:33 +00:00
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.
This commit is contained in:
parent
a628077e96
commit
4ed1f5d6fd
4 changed files with 15 additions and 3 deletions
10
ChangeLog
10
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>
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue