From 859034f462acc8493adc740f85c1398a3d866a41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sat, 1 Nov 2008 19:38:36 +0000 Subject: gst/speexresample/: Add missing headers to Makefile.am. Original commit message from CVS: * gst/speexresample/Makefile.am: * gst/speexresample/gstspeexresample.c: (gst_speex_resample_base_init), (gst_speex_resample_get_funcs), (gst_speex_resample_convert_buffer), (_benchmark_int_float), (_benchmark_int_int), (_benchmark_integer_resampling), (plugin_init): * gst/speexresample/gstspeexresample.h: * gst/speexresample/resample.c: * gst/speexresample/speex_resampler_double.c: * gst/speexresample/speex_resampler_float.c: * gst/speexresample/speex_resampler_int.c: * gst/speexresample/speex_resampler_wrapper.h: Add missing headers to Makefile.am. Update copyright, years and my mail address. Benchmark the integer resampling implementation against the float implementation and use the faster one for 8/16 bit integer input. On most recent systems the floating point version is faster. --- gst/speexresample/speex_resampler_int.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/speexresample/speex_resampler_int.c') diff --git a/gst/speexresample/speex_resampler_int.c b/gst/speexresample/speex_resampler_int.c index c992f0a6..6b858604 100644 --- a/gst/speexresample/speex_resampler_int.c +++ b/gst/speexresample/speex_resampler_int.c @@ -1,5 +1,5 @@ /* GStreamer - * Copyright (C) 2007 Sebastian Dröge + * Copyright (C) 2007-2008 Sebastian Dröge * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public -- cgit v1.2.1