summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2016-04-25 15:05:36 +0300
committerSebastian Dröge <sebastian@centricular.com>2016-04-26 09:44:05 +0300
commit8a08ebc9051b71416a9416e5fdb07cef10a13a7b (patch)
treedb447d273d7a1ed37148056d879b559078a5ea5a
parentaed07d69ad9cf089dcf0c87a0850efc8ff4cba87 (diff)
downloadgstreamer-plugins-base-8a08ebc9051b71416a9416e5fdb07cef10a13a7b.tar.gz
encoding-profile: Don't put G_BEGIN_DECLS around #include statements
It should only be around our own declarations.
-rw-r--r--gst-libs/gst/pbutils/encoding-profile.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst-libs/gst/pbutils/encoding-profile.h b/gst-libs/gst/pbutils/encoding-profile.h
index 9957a5f5b..847d92695 100644
--- a/gst-libs/gst/pbutils/encoding-profile.h
+++ b/gst-libs/gst/pbutils/encoding-profile.h
@@ -23,11 +23,11 @@
#include <gst/gst.h>
-G_BEGIN_DECLS
-
#include <gst/pbutils/pbutils-enumtypes.h>
#include <gst/pbutils/gstdiscoverer.h>
+G_BEGIN_DECLS
+
/**
* GstEncodingProfile:
*