summaryrefslogtreecommitdiffstats
path: root/gst/speexresample/speex_resampler_wrapper.h
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2007-11-26 08:43:25 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2007-11-26 08:43:25 +0000
commitd222cb6c1456a48b90b2887ba8f5f2e9358bc79d (patch)
treee170a45e371b56416384cb41f3b19270e434482b /gst/speexresample/speex_resampler_wrapper.h
parent67d4bcd555dcab6ce38481deecc1c0179915d268 (diff)
downloadgst-plugins-bad-d222cb6c1456a48b90b2887ba8f5f2e9358bc79d.tar.gz
gst-plugins-bad-d222cb6c1456a48b90b2887ba8f5f2e9358bc79d.tar.bz2
gst-plugins-bad-d222cb6c1456a48b90b2887ba8f5f2e9358bc79d.zip
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.
Diffstat (limited to 'gst/speexresample/speex_resampler_wrapper.h')
-rw-r--r--gst/speexresample/speex_resampler_wrapper.h10
1 files changed, 2 insertions, 8 deletions
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);