tests: Fix unit test of videotestsrc

Use UYVY for unit tests, it's exactly the same as Y422.
(which is currently disabled in videotestsrc)
This commit is contained in:
Thijs Vermeir 2010-09-16 14:55:55 +02:00
parent 834f8c3e7d
commit 36e8018ca7

View file

@ -41,7 +41,7 @@ static GstPad *mysinkpad;
#define CAPS_TEMPLATE_STRING \ #define CAPS_TEMPLATE_STRING \
"video/x-raw-yuv, " \ "video/x-raw-yuv, " \
"format = (fourcc) Y422, " \ "format = (fourcc) UYVY, " \
"width = (int) [ 1, MAX ], " \ "width = (int) [ 1, MAX ], " \
"height = (int) [ 1, MAX ], " \ "height = (int) [ 1, MAX ], " \
"framerate = (fraction) [ 0/1, MAX ]" "framerate = (fraction) [ 0/1, MAX ]"