From 36e8018ca7e54f598ea7f650fab112eebcb35fa6 Mon Sep 17 00:00:00 2001 From: Thijs Vermeir Date: Thu, 16 Sep 2010 14:55:55 +0200 Subject: [PATCH] tests: Fix unit test of videotestsrc Use UYVY for unit tests, it's exactly the same as Y422. (which is currently disabled in videotestsrc) --- tests/check/elements/videotestsrc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/check/elements/videotestsrc.c b/tests/check/elements/videotestsrc.c index 1d889cf..5a743ba 100644 --- a/tests/check/elements/videotestsrc.c +++ b/tests/check/elements/videotestsrc.c @@ -41,7 +41,7 @@ static GstPad *mysinkpad; #define CAPS_TEMPLATE_STRING \ "video/x-raw-yuv, " \ - "format = (fourcc) Y422, " \ + "format = (fourcc) UYVY, " \ "width = (int) [ 1, MAX ], " \ "height = (int) [ 1, MAX ], " \ "framerate = (fraction) [ 0/1, MAX ]" -- 2.7.4