mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue