From d222cb6c1456a48b90b2887ba8f5f2e9358bc79d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 26 Nov 2007 08:43:25 +0000 Subject: gst/speexresample/: Update speex resampler to latest SVN. We're now down to only the changes noted in README again. Original commit message from CVS: * gst/speexresample/README: * gst/speexresample/arch.h: * gst/speexresample/resample.c: (resampler_basic_direct_single), (resampler_basic_direct_double), (resampler_basic_interpolate_single), (resampler_basic_interpolate_double), (speex_resampler_process_native), (speex_resampler_process_float), (speex_resampler_process_int), (speex_resampler_process_interleaved_float), (speex_resampler_process_interleaved_int), (speex_resampler_get_input_latency), (speex_resampler_get_output_latency): * gst/speexresample/speex_resampler.h: Update speex resampler to latest SVN. We're now down to only the changes noted in README again. * gst/speexresample/speex_resampler_wrapper.h: * gst/speexresample/gstspeexresample.c: (gst_speex_resample_push_drain), (gst_speex_resample_query): Adjust to API changes. --- gst/speexresample/speex_resampler_wrapper.h | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'gst/speexresample/speex_resampler_wrapper.h') diff --git a/gst/speexresample/speex_resampler_wrapper.h b/gst/speexresample/speex_resampler_wrapper.h index bfd0b0a8..6d7c17d0 100644 --- a/gst/speexresample/speex_resampler_wrapper.h +++ b/gst/speexresample/speex_resampler_wrapper.h @@ -67,8 +67,8 @@ void resample_float_resampler_get_ratio (SpeexResamplerState * st, void resample_int_resampler_get_ratio (SpeexResamplerState * st, guint32 * ratio_num, guint32 * ratio_den); -int resample_float_resampler_get_latency (SpeexResamplerState * st); -int resample_int_resampler_get_latency (SpeexResamplerState * st); +int resample_float_resampler_get_input_latency (SpeexResamplerState * st); +int resample_int_resampler_get_input_latency (SpeexResamplerState * st); int resample_float_resampler_set_quality (SpeexResamplerState * st, gint quality); @@ -77,12 +77,6 @@ int resample_int_resampler_set_quality (SpeexResamplerState * st, gint quality); int resample_float_resampler_reset_mem (SpeexResamplerState * st); int resample_int_resampler_reset_mem (SpeexResamplerState * st); -int -resample_float_resampler_drain_interleaved_float (SpeexResamplerState - * st, gfloat * out, guint32 * out_len); -int resample_int_resampler_drain_interleaved_int (SpeexResamplerState - * st, gint16 * out, guint32 * out_len); - int resample_float_resampler_skip_zeros (SpeexResamplerState * st); int resample_int_resampler_skip_zeros (SpeexResamplerState * st); -- cgit v1.2.1