summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2009-12-15 18:18:54 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-12-15 18:18:54 +0100
commitc26ccb97223d1d1193ef2e92ce73a9b1c104ef8c (patch)
tree7726e34c1c20275fef185aef2578c6a352aa36ce
parent7fec6843c0b21189593033a42c25d9e16daa2c97 (diff)
audiowsincband: Use the same upper length limit as audiowsinclimit
-rw-r--r--gst/audiofx/audiowsincband.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/audiofx/audiowsincband.c b/gst/audiofx/audiowsincband.c
index 84140e6e2..4b76a16a3 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,
- 2560000, 101,
+ 256000, 101,
G_PARAM_READWRITE | GST_PARAM_CONTROLLABLE | G_PARAM_STATIC_STRINGS));
g_object_class_install_property (gobject_class, PROP_MODE,