gst-libs/gst/audio/: Complete Sebastien's commit from the 13th by exporting the _slav...
authorEdward Hervey <bilboed@bilboed.com>
Tue, 30 Dec 2008 17:55:07 +0000 (17:55 +0000)
committerEdward Hervey <bilboed@bilboed.com>
Tue, 30 Dec 2008 17:55:07 +0000 (17:55 +0000)
Original commit message from CVS:
* gst-libs/gst/audio/gstbaseaudiosrc.h:
* gst-libs/gst/audio/gstbaseaudiosink.h:
Complete Sebastien's commit from the 13th by exporting the
_slave_method_get_type() methods.

ChangeLog
gst-libs/gst/audio/gstbaseaudiosink.h
gst-libs/gst/audio/gstbaseaudiosrc.h

index f6d6f60..0dccf23 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-12-30  Edward Hervey  <edward.hervey@collabora.co.uk>
+
+       * gst-libs/gst/audio/gstbaseaudiosrc.h:
+       * gst-libs/gst/audio/gstbaseaudiosink.h:
+       Complete Sebastien's commit from the 13th by exporting the
+       _slave_method_get_type() methods.
+
 2008-12-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
 
        * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_query):
index 2c67764..4031f02 100644 (file)
@@ -149,6 +149,7 @@ struct _GstBaseAudioSinkClass {
 };
 
 GType gst_base_audio_sink_get_type(void);
+GType gst_base_audio_sink_slave_method_get_type (void);
 
 GstRingBuffer *gst_base_audio_sink_create_ringbuffer (GstBaseAudioSink *sink);
 
index f893888..b55ac1e 100644 (file)
@@ -128,6 +128,7 @@ struct _GstBaseAudioSrcClass {
 };
 
 GType gst_base_audio_src_get_type(void);
+GType gst_base_audio_src_slave_method_get_type (void);
 
 GstRingBuffer *gst_base_audio_src_create_ringbuffer (GstBaseAudioSrc *src);