Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Seungha Yang
gst-plugins-base
Commits
35441abc
Commit
35441abc
authored
Sep 12, 2012
by
Wim Taymans
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tests: fix unit test
Add support for I422_10
parent
79f0210a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
tests/check/elements/videoscale.c
tests/check/elements/videoscale.c
+2
-0
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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