projects
/
platform
/
upstream
/
gst-plugins-base.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8b3672
)
video: And check comparison for real
author
Sebastian Dröge
<sebastian@centricular.com>
Wed, 21 May 2014 08:43:49 +0000
(10:43 +0200)
committer
Sebastian Dröge
<sebastian@centricular.com>
Wed, 21 May 2014 08:43:49 +0000
(10:43 +0200)
tests/check/libs/video.c
patch
|
blob
|
history
diff --git
a/tests/check/libs/video.c
b/tests/check/libs/video.c
index ca956930726f871886ac5c5efb04b0116b7ea2c7..3834934400f83487216fa7db689ccabcfa93e8c4 100644
(file)
--- a/
tests/check/libs/video.c
+++ b/
tests/check/libs/video.c
@@
-537,7
+537,7
@@
GST_START_TEST (test_video_formats)
fail_unless_equals_int (GST_VIDEO_INFO_COMP_STRIDE (&vinfo, 0),
paintinfo.ystride);
if (!gst_video_format_is_packed (fmt)
- && GST_VIDEO_INFO_N_PLANES (&vinfo)
>
2) {
+ && GST_VIDEO_INFO_N_PLANES (&vinfo)
<=
2) {
/* planar */
fail_unless_equals_int (GST_VIDEO_INFO_COMP_STRIDE (&vinfo, 1),
paintinfo.ustride);