summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2008-12-30 17:55:07 +0000
committerEdward Hervey <bilboed@bilboed.com>2008-12-30 17:55:07 +0000
commit20adaa13280fcaba272e38de4777e1efc758dc46 (patch)
tree5106582045c0c890b56fdff3bae3b2a04769ecca
parent0ab6c0fbc0a59b2e1069c74e6e23ca85b16094df (diff)
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.
-rw-r--r--ChangeLog7
-rw-r--r--gst-libs/gst/audio/gstbaseaudiosink.h1
-rw-r--r--gst-libs/gst/audio/gstbaseaudiosrc.h1
3 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f6d6f60b..0dccf236 100644
--- 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):
diff --git a/gst-libs/gst/audio/gstbaseaudiosink.h b/gst-libs/gst/audio/gstbaseaudiosink.h
index 2c677643..4031f022 100644
--- a/gst-libs/gst/audio/gstbaseaudiosink.h
+++ b/gst-libs/gst/audio/gstbaseaudiosink.h
@@ -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);
diff --git a/gst-libs/gst/audio/gstbaseaudiosrc.h b/gst-libs/gst/audio/gstbaseaudiosrc.h
index f8938882..b55ac1ea 100644
--- a/gst-libs/gst/audio/gstbaseaudiosrc.h
+++ b/gst-libs/gst/audio/gstbaseaudiosrc.h
@@ -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);