v4l2codecs: Increase minimum payload size

Fluster MAXBINS_{A-C}_TI_5 HEVC tests files require to store
a payload larger than usual given their resolutions.
Increase the minimum payload size to handle them correctly.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1079>
This commit is contained in:
Benjamin Gaignard 2022-04-25 15:27:39 +02:00 committed by Nicolas Dufresne
parent f1c98e2c9e
commit 70941696ed

View file

@ -36,7 +36,7 @@
#include <gst/base/base.h> #include <gst/base/base.h>
#define IMAGE_MINSZ 4096 #define IMAGE_MINSZ (256*1024) /* 256kB */
GST_DEBUG_CATEGORY (v4l2_decoder_debug); GST_DEBUG_CATEGORY (v4l2_decoder_debug);
#define GST_CAT_DEFAULT v4l2_decoder_debug #define GST_CAT_DEFAULT v4l2_decoder_debug