diff --git a/gst-plugin-audiofx/src/audioloudnorm.rs b/gst-plugin-audiofx/src/audioloudnorm.rs index eef72c63..3d62c374 100644 --- a/gst-plugin-audiofx/src/audioloudnorm.rs +++ b/gst-plugin-audiofx/src/audioloudnorm.rs @@ -1793,7 +1793,7 @@ impl ObjectSubclass for AudioLoudNorm { &[ ("format", &gst_audio::AUDIO_FORMAT_F64.to_str()), ("rate", &192_000i32), - ("channels", &gst::IntRange::::new(1, 2)), + ("channels", &gst::IntRange::::new(1, std::i32::MAX)), ("layout", &"interleaved"), ], );