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:
parent
f1c98e2c9e
commit
70941696ed
@ -36,7 +36,7 @@
|
||||
|
||||
#include <gst/base/base.h>
|
||||
|
||||
#define IMAGE_MINSZ 4096
|
||||
#define IMAGE_MINSZ (256*1024) /* 256kB */
|
||||
|
||||
GST_DEBUG_CATEGORY (v4l2_decoder_debug);
|
||||
#define GST_CAT_DEFAULT v4l2_decoder_debug
|
||||
|
Loading…
x
Reference in New Issue
Block a user