summaryrefslogtreecommitdiff
path: root/gst/gstbufferlist.h
diff options
context:
space:
mode:
authorMatej Knopp <matej.knopp@gmail.com>2011-12-16 02:20:27 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2011-12-27 23:26:07 +0000
commitefdd0a2a82dbb0d876ba3598cb71b96d72520074 (patch)
tree1b6af7be3d6ec3401726af8215c01670f40d057d /gst/gstbufferlist.h
parent855212cd2f890652791b18a43fcfe61779b8c2b6 (diff)
win32: fix exported variables for VS 2010
https://bugzilla.gnome.org/show_bug.cgi?id=666219
Diffstat (limited to 'gst/gstbufferlist.h')
-rw-r--r--gst/gstbufferlist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gstbufferlist.h b/gst/gstbufferlist.h
index 3aed60b9d0..4b0dfeb56c 100644
--- a/gst/gstbufferlist.h
+++ b/gst/gstbufferlist.h
@@ -27,7 +27,7 @@
G_BEGIN_DECLS
-extern GType _gst_buffer_list_type;
+GST_EXPORT GType _gst_buffer_list_type;
#define GST_TYPE_BUFFER_LIST (_gst_buffer_list_type)
#define GST_IS_BUFFER_LIST(obj) (GST_IS_MINI_OBJECT_TYPE(obj, GST_TYPE_BUFFER_LIST))