gst-libs/gst/audio/: Complete Sebastien's commit from the 13th by exporting the _slave_method_get_type() methods.

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.
This commit is contained in:
Edward Hervey 2008-12-30 17:55:07 +00:00
parent 0ab6c0fbc0
commit 20adaa1328
3 changed files with 9 additions and 0 deletions

View file

@ -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):

View 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);

View 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);