summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst/media-info
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/media-info
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/media-info')
-rw-r--r--gst-libs/gst/media-info/media-info-priv.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gst-libs/gst/media-info/media-info-priv.h b/gst-libs/gst/media-info/media-info-priv.h
index 3c98240c..0c65da9c 100644
--- a/gst-libs/gst/media-info/media-info-priv.h
+++ b/gst-libs/gst/media-info/media-info-priv.h
@@ -25,6 +25,8 @@
#include <gst/gst.h>
#include <glib/gprintf.h>
+G_BEGIN_DECLS
+
/* debug */
GST_DEBUG_CATEGORY_EXTERN (gst_media_info_debug);
#define GST_CAT_DEFAULT gst_media_info_debug
@@ -152,4 +154,6 @@ gboolean gmip_find_track_format_pre (GstMediaInfoPriv *priv);
gboolean gmip_find_track_format_post (GstMediaInfoPriv *priv);
gboolean gmip_find_track_format (GstMediaInfoPriv *priv);
+G_END_DECLS
+
#endif /* __GST_MEDIA_INFO_PRIV_H__ */