encoding-profile: Don't put G_BEGIN_DECLS around #include statements

It should only be around our own declarations.
This commit is contained in:
Sebastian Dröge 2016-04-25 15:05:36 +03:00
parent a12f51c3de
commit fd32d5812a

View file

@ -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:
*