mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-12 10:25:33 +00:00
video test: Keep BE test inline with LE test
This commit is contained in:
parent
f6fa444f04
commit
57e2bc3c1c
1 changed files with 1 additions and 1 deletions
|
@ -2828,7 +2828,7 @@ test_overlay_blend_rect_verify (gint x, gint y, gint width, gint height,
|
|||
fail_unless_equals_int (data[i + 3], 0x80);
|
||||
#else
|
||||
/* A - R - G - B */
|
||||
fail_unless_equals_int (data[i], 0x00);
|
||||
fail_unless_equals_int (data[i], 0x80);
|
||||
fail_unless_equals_int (data[i + 1], 0x80);
|
||||
fail_unless_equals_int (data[i + 2], 0x80);
|
||||
fail_unless_equals_int (data[i + 3], 0x80);
|
||||
|
|
Loading…
Reference in a new issue