Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
George Kiagiadakis
gst-plugins-base
Commits
35441abc
Commit
35441abc
authored
Sep 12, 2012
by
Wim Taymans
Browse files
tests: fix unit test
Add support for I422_10
parent
79f0210a
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/check/elements/videoscale.c
View file @
35441abc
...
...
@@ -109,6 +109,8 @@ check_pad_template (GstPadTemplate * tmpl)
case
GST_VIDEO_FORMAT_RGB8P
:
case
GST_VIDEO_FORMAT_I420_10BE
:
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
);
break
;
default:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment