Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gst-plugins-base
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Sebastian Dröge
gst-plugins-base
Commits
d4f582ed
Commit
d4f582ed
authored
Aug 05, 2012
by
Tim-Philipp Müller
🐠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tests: silence FIXMEs when running videoscale unit test
parent
c90fb26f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletion
+12
-1
gst/videoscale/gstvideoscale.c
gst/videoscale/gstvideoscale.c
+11
-0
tests/check/elements/videoscale.c
tests/check/elements/videoscale.c
+1
-1
No files found.
gst/videoscale/gstvideoscale.c
View file @
d4f582ed
...
...
@@ -112,6 +112,17 @@ enum
#undef GST_VIDEO_SIZE_RANGE
#define GST_VIDEO_SIZE_RANGE "(int) [ 1, 32767]"
/* FIXME: add v210 support
* FIXME: add v216 support
* FIXME: add NV21 support
* FIXME: add UYVP support
* FIXME: add A420 support
* FIXME: add YUV9 support
* FIXME: add YVU9 support
* FIXME: add IYU1 support
* FIXME: add r210 support
*/
/* FIXME: if we can do NV12, NV21 shouldn't be so hard */
#define GST_VIDEO_FORMATS "{ I420, YV12, YUY2, UYVY, AYUV, RGBx, " \
"BGRx, xRGB, xBGR, RGBA, BGRA, ARGB, ABGR, RGB, " \
...
...
tests/check/elements/videoscale.c
View file @
d4f582ed
...
...
@@ -99,7 +99,7 @@ check_pad_template (GstPadTemplate * tmpl)
static
gboolean
shown_fixme
[
100
]
=
{
FALSE
,
};
if
(
!
shown_fixme
[
i
])
{
GST_
ERROR
(
"FIXME: add %s support to videoscale"
,
fmt_str
);
GST_
FIXME
(
"FIXME: add %s support to videoscale"
,
fmt_str
);
shown_fixme
[
i
]
=
TRUE
;
}
break
;
...
...
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