summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst/audio/multichannel.h
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2005-02-09 22:31:05 +0000
committerTim-Philipp Müller <tim@centricular.net>2005-02-09 22:31:05 +0000
commit4dd33312feee6770621e7195a8ba94a6d7215be7 (patch)
treef54ec68ae69cd8f35da12e02bdb2c112810e1a19 /gst-libs/gst/audio/multichannel.h
parent5314b289ec3a08658419419447cecb649b50b19d (diff)
downloadgst-plugins-bad-4dd33312feee6770621e7195a8ba94a6d7215be7.tar.gz
gst-plugins-bad-4dd33312feee6770621e7195a8ba94a6d7215be7.tar.bz2
gst-plugins-bad-4dd33312feee6770621e7195a8ba94a6d7215be7.zip
Add G_BEGIN_DECLS and G_END_DECLS around headers where missing, so that they work when included from C++ code
Original commit message from CVS: Add G_BEGIN_DECLS and G_END_DECLS around headers where missing, so that they work when included from C++ code
Diffstat (limited to 'gst-libs/gst/audio/multichannel.h')
-rw-r--r--gst-libs/gst/audio/multichannel.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gst-libs/gst/audio/multichannel.h b/gst-libs/gst/audio/multichannel.h
index 5194fffa..3b322224 100644
--- a/gst-libs/gst/audio/multichannel.h
+++ b/gst-libs/gst/audio/multichannel.h
@@ -23,6 +23,8 @@
#include <gst/audio/audio.h>
#include <gst/audio/multichannel-enumtypes.h>
+G_BEGIN_DECLS
+
typedef enum {
GST_AUDIO_CHANNEL_POSITION_INVALID = -1,
@@ -83,4 +85,6 @@ void gst_audio_set_caps_channel_positions_list
GstAudioChannelPosition *
gst_audio_fixate_channel_positions (GstStructure *str);
+G_END_DECLS
+
#endif /* __GST_AUDIO_MULTICHANNEL_H__ */