summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.com>2016-09-07 15:01:13 -0400
committerSebastian Dröge <sebastian@centricular.com>2016-11-01 19:55:20 +0200
commit7a40442ad5430d954470bc4e3e50cd38e025e7b0 (patch)
tree12cf28c034145f71afa2ef5fe80c2b5b9d068d01 /tests
parent89e711663f48809cc7c68b3f3ff831c9e1695a9e (diff)
video: Add VYUY pixel format
This format is sometimes the output of JPEG decoders. It is the same as YUY2 and UYVY but with a different component order. https://bugzilla.gnome.org/show_bug.cgi?id=767450
Diffstat (limited to 'tests')
-rw-r--r--tests/check/libs/video.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/check/libs/video.c b/tests/check/libs/video.c
index d37c0b571..0f62cd885 100644
--- a/tests/check/libs/video.c
+++ b/tests/check/libs/video.c
@@ -347,6 +347,7 @@ video_format_is_packed (GstVideoFormat fmt)
case GST_VIDEO_FORMAT_YUY2:
case GST_VIDEO_FORMAT_YVYU:
case GST_VIDEO_FORMAT_UYVY:
+ case GST_VIDEO_FORMAT_VYUY:
case GST_VIDEO_FORMAT_AYUV:
case GST_VIDEO_FORMAT_RGBx:
case GST_VIDEO_FORMAT_BGRx: