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
Camilo Celis Guzman
gst-plugins-good
Commits
9b93ae0e
Commit
9b93ae0e
authored
Apr 16, 2011
by
Tim-Philipp Müller
Browse files
examples: fix 'control reaches end of non-void function' warning in cairo example
parent
e02b7e7f
Changes
1
Show whitespace changes
Inline
Side-by-side
tests/examples/cairo/cairo_overlay.c
View file @
9b93ae0e
...
@@ -167,4 +167,6 @@ main (int argc, char **argv)
...
@@ -167,4 +167,6 @@ main (int argc, char **argv)
gst_element_set_state
(
pipeline
,
GST_STATE_NULL
);
gst_element_set_state
(
pipeline
,
GST_STATE_NULL
);
gst_object_unref
(
pipeline
);
gst_object_unref
(
pipeline
);
return
0
;
}
}
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