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:
parent
834f8c3e7d
commit
36e8018ca7
@ -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 ]"
|
||||
|
Loading…
x
Reference in New Issue
Block a user