[gst-cvs] gst-plugins-good: audiowsinc{limit, band}: Allow much larger filter lengths now

Sebastian Dröge slomo at kemper.freedesktop.org
Tue Dec 15 09:13:03 PST 2009


Module: gst-plugins-good
Branch: master
Commit: 7fec6843c0b21189593033a42c25d9e16daa2c97
URL:    http://cgit.freedesktop.org/gstreamer/gst-plugins-good/commit/?id=7fec6843c0b21189593033a42c25d9e16daa2c97

Author: Sebastian Dröge <sebastian.droege at collabora.co.uk>
Date:   Sat Dec 12 17:00:50 2009 +0100

audiowsinc{limit,band}: Allow much larger filter lengths now

---

 gst/audiofx/audiowsincband.c  |    2 +-
 gst/audiofx/audiowsinclimit.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gst/audiofx/audiowsincband.c b/gst/audiofx/audiowsincband.c
index 70c85b4..84140e6 100644
--- a/gst/audiofx/audiowsincband.c
+++ b/gst/audiofx/audiowsincband.c
@@ -181,7 +181,7 @@ gst_audio_wsincband_class_init (GstAudioWSincBandClass * klass)
   g_object_class_install_property (gobject_class, PROP_LENGTH,
       g_param_spec_int ("length", "Length",
           "Filter kernel length, will be rounded to the next odd number", 3,
-          50000, 101,
+          2560000, 101,
           G_PARAM_READWRITE | GST_PARAM_CONTROLLABLE | G_PARAM_STATIC_STRINGS));
 
   g_object_class_install_property (gobject_class, PROP_MODE,
diff --git a/gst/audiofx/audiowsinclimit.c b/gst/audiofx/audiowsinclimit.c
index 73bdbe5..4b79e93 100644
--- a/gst/audiofx/audiowsinclimit.c
+++ b/gst/audiofx/audiowsinclimit.c
@@ -177,7 +177,7 @@ gst_audio_wsinclimit_class_init (GstAudioWSincLimitClass * klass)
   g_object_class_install_property (gobject_class, PROP_LENGTH,
       g_param_spec_int ("length", "Length",
           "Filter kernel length, will be rounded to the next odd number",
-          3, 50000, 101,
+          3, 256000, 101,
           G_PARAM_READWRITE | GST_PARAM_CONTROLLABLE | G_PARAM_STATIC_STRINGS));
 
   g_object_class_install_property (gobject_class, PROP_MODE,





More information about the Gstreamer-commits mailing list