Copy paste bug in gstvafilter.c
https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/blob/master/sys/va/gstvafilter.c#L150-153
self->min_height = 1;
self->max_height = G_MAXINT;
self->min_width = 1;
self->max_height = G_MAXINT;
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/blob/master/sys/va/gstvafilter.c#L150-153
self->min_height = 1;
self->max_height = G_MAXINT;
self->min_width = 1;
self->max_height = G_MAXINT;