mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-22 23:28:16 +00:00
encoding-profile: Don't put G_BEGIN_DECLS around #include statements
It should only be around our own declarations.
This commit is contained in:
parent
a12f51c3de
commit
fd32d5812a
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue