mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-05 15:49:54 +00:00
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:
parent
0ab6c0fbc0
commit
20adaa1328
3 changed files with 9 additions and 0 deletions
|
@ -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):
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue