mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 23:18:52 +00:00
tests: fix unit test
Add support for I422_10
This commit is contained in:
parent
79f0210aed
commit
35441abcde
1 changed files with 2 additions and 0 deletions
|
@ -109,6 +109,8 @@ check_pad_template (GstPadTemplate * tmpl)
|
||||||
case GST_VIDEO_FORMAT_RGB8P:
|
case GST_VIDEO_FORMAT_RGB8P:
|
||||||
case GST_VIDEO_FORMAT_I420_10BE:
|
case GST_VIDEO_FORMAT_I420_10BE:
|
||||||
case GST_VIDEO_FORMAT_I420_10LE:
|
case GST_VIDEO_FORMAT_I420_10LE:
|
||||||
|
case GST_VIDEO_FORMAT_I422_10BE:
|
||||||
|
case GST_VIDEO_FORMAT_I422_10LE:
|
||||||
GST_LOG ("Ignoring lack of support for format %s", fmt_str);
|
GST_LOG ("Ignoring lack of support for format %s", fmt_str);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in a new issue