summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst/riff/riff-ids.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst-libs/gst/riff/riff-ids.h')
-rw-r--r--gst-libs/gst/riff/riff-ids.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gst-libs/gst/riff/riff-ids.h b/gst-libs/gst/riff/riff-ids.h
index 453df2e2..e311f9e0 100644
--- a/gst-libs/gst/riff/riff-ids.h
+++ b/gst-libs/gst/riff/riff-ids.h
@@ -24,6 +24,8 @@
#include <gst/gst.h>
+G_BEGIN_DECLS
+
/* RIFF types */
#define GST_RIFF_RIFF_WAVE GST_MAKE_FOURCC ('W','A','V','E')
#define GST_RIFF_RIFF_AVI GST_MAKE_FOURCC ('A','V','I',' ')
@@ -328,4 +330,6 @@ typedef struct _gst_riff_dmlh {
guint32 totalframes;
} gst_riff_dmlh;
+G_END_DECLS
+
#endif /* __GST_RIFF_IDS_H__ */