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
Thibault Saunier
gst-devtools
Commits
e1129d25
Commit
e1129d25
authored
Aug 03, 2019
by
Aaron Boxer
Browse files
validate: add missing G_BEGIN/END_DECLS in validate.h
parent
5a068bff
Pipeline
#408738
failed
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
validate/gst/validate/validate.h
View file @
e1129d25
...
...
@@ -18,6 +18,8 @@
#include
<gst/validate/gst-validate-reporter.h>
#include
<gst/validate/gst-validate-media-info.h>
G_BEGIN_DECLS
GST_VALIDATE_API
void
gst_validate_init
(
void
);
GST_VALIDATE_API
...
...
@@ -27,4 +29,6 @@ GList * gst_validate_plugin_get_config (GstPlugin * plugin);
GST_VALIDATE_API
gboolean
gst_validate_is_initialized
(
void
);
G_END_DECLS
#endif
/* _GST_VALIDATE_H */
Write
Preview
Supports
Markdown
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