mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue