diff -r 567bb019e3e3 -r 7e817e7e631c gst_plugins_base/gst-libs/gst/audio/gstbaseaudiosrc.h --- a/gst_plugins_base/gst-libs/gst/audio/gstbaseaudiosrc.h Tue Aug 31 15:30:33 2010 +0300 +++ b/gst_plugins_base/gst-libs/gst/audio/gstbaseaudiosrc.h Wed Sep 01 12:16:41 2010 +0100 @@ -60,28 +60,6 @@ typedef struct _GstBaseAudioSrcPrivate GstBaseAudioSrcPrivate; /** - * GstBaseAudioSrcSlaveMethod: - * @GST_BASE_AUDIO_SRC_SLAVE_RESAMPLE: Resample to match the master clock. - * @GST_BASE_AUDIO_SRC_SLAVE_RETIMESTAMP: Retimestamp output buffers with master - * clock time. - * @GST_BASE_AUDIO_SRC_SLAVE_SKEW: Adjust capture pointer when master clock - * drifts too much. - * @GST_BASE_AUDIO_SRC_SLAVE_NONE: No adjustment is done. - * - * Different possible clock slaving algorithms when the internal audio clock was - * not selected as the pipeline clock. - */ -typedef enum -{ - GST_BASE_AUDIO_SRC_SLAVE_RESAMPLE, - GST_BASE_AUDIO_SRC_SLAVE_RETIMESTAMP, - GST_BASE_AUDIO_SRC_SLAVE_SKEW, - GST_BASE_AUDIO_SRC_SLAVE_NONE -} GstBaseAudioSrcSlaveMethod; - -#define GST_TYPE_BASE_AUDIO_SRC_SLAVE_METHOD (gst_base_audio_src_slave_method_get_type ()) - -/** * GstBaseAudioSrc: * * Opaque #GstBaseAudioSrc. @@ -136,11 +114,6 @@ IMPORT_C #endif -GType gst_base_audio_src_slave_method_get_type (void); -#ifdef __SYMBIAN32__ -IMPORT_C -#endif - GstRingBuffer *gst_base_audio_src_create_ringbuffer (GstBaseAudioSrc *src); #ifdef __SYMBIAN32__ @@ -154,20 +127,6 @@ #endif gboolean gst_base_audio_src_get_provide_clock (GstBaseAudioSrc *src); -#ifdef __SYMBIAN32__ -IMPORT_C -#endif - - -void gst_base_audio_src_set_slave_method (GstBaseAudioSrc *src, - GstBaseAudioSrcSlaveMethod method); -#ifdef __SYMBIAN32__ -IMPORT_C -#endif - -GstBaseAudioSrcSlaveMethod - gst_base_audio_src_get_slave_method (GstBaseAudioSrc *src); - G_END_DECLS