Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tim-Philipp Müller
gst-plugins-good
Commits
a200ec01
Commit
a200ec01
authored
Mar 22, 2010
by
Benjamin Otte
Committed by
Tim-Philipp Müller
May 11, 2010
Browse files
Add -Wold-style-definition
and fix the warnings
parent
076d3ff4
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/check/elements/capssetter.c
View file @
a200ec01
...
...
@@ -114,7 +114,7 @@ push_and_test (GstCaps * prop_caps, gboolean join, gboolean replace,
#define SRC_HEIGHT 12
static
GstCaps
*
make_src_caps
()
make_src_caps
(
void
)
{
return
gst_caps_new_simple
(
"video/x-raw-yuv"
,
"width"
,
G_TYPE_INT
,
SRC_WIDTH
,
"height"
,
G_TYPE_INT
,
SRC_HEIGHT
,
NULL
);
...
...
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