mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-29 18:48:44 +00:00
tests: fix videocrop crop_to_1x1 unit test for GRAY8 format
Update table with pixel values with the value actually produced by videotestsrc.
This commit is contained in:
parent
01665d9da3
commit
a62f9b178d
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@ check_1x1_buffer (GstBuffer * buf, GstCaps * caps)
|
|||
/* the exact values we check for come from videotestsrc */
|
||||
static const guint yuv_values[] = { 81, 90, 240, 255 };
|
||||
static const guint rgb_values[] = { 0xff, 0, 0, 255 };
|
||||
static const guint gray_values[] = { 63, 63, 63, 255 };
|
||||
static const guint gray_values[] = { 0x51 };
|
||||
const guint *values;
|
||||
guint i;
|
||||
const GstVideoFormatInfo *finfo;
|
||||
|
|
Loading…
Reference in a new issue