audiowsinc{limit,band}: Allow much larger filter lengths now
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Sat, 12 Dec 2009 16:00:50 +0000 (17:00 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Tue, 15 Dec 2009 17:12:47 +0000 (18:12 +0100)
gst/audiofx/audiowsincband.c
gst/audiofx/audiowsinclimit.c

index 70c85b4..84140e6 100644 (file)
@@ -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,
index 73bdbe5..4b79e93 100644 (file)
@@ -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,