mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
audiowsincband: Use the same upper length limit as audiowsinclimit
This commit is contained in:
parent
7fec6843c0
commit
c26ccb9722
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ gst_audio_wsincband_class_init (GstAudioWSincBandClass * klass)
|
||||||
g_object_class_install_property (gobject_class, PROP_LENGTH,
|
g_object_class_install_property (gobject_class, PROP_LENGTH,
|
||||||
g_param_spec_int ("length", "Length",
|
g_param_spec_int ("length", "Length",
|
||||||
"Filter kernel length, will be rounded to the next odd number", 3,
|
"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_PARAM_READWRITE | GST_PARAM_CONTROLLABLE | G_PARAM_STATIC_STRINGS));
|
||||||
|
|
||||||
g_object_class_install_property (gobject_class, PROP_MODE,
|
g_object_class_install_property (gobject_class, PROP_MODE,
|
||||||
|
|
Loading…
Reference in a new issue