summaryrefslogtreecommitdiff
path: root/gst/gstobject.h
diff options
context:
space:
mode:
authorSteve Lhomme <steve.lhomme@free.fr>2004-06-13 10:04:12 +0000
committerSteve Lhomme <steve.lhomme@free.fr>2004-06-13 10:04:12 +0000
commit395faf9c062319c747933501d13dc551b8e7d715 (patch)
tree1b15b93ab1d8b774043055e621221c676844d7ba /gst/gstobject.h
parentb289a5b01033fbae5eb0d96b255cd1a7e441bd33 (diff)
rename GSTREAMER_EXPORT to GST_EXPORT
Original commit message from CVS: rename GSTREAMER_EXPORT to GST_EXPORT
Diffstat (limited to 'gst/gstobject.h')
-rw-r--r--gst/gstobject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gstobject.h b/gst/gstobject.h
index d5e1c7326..a03600273 100644
--- a/gst/gstobject.h
+++ b/gst/gstobject.h
@@ -32,7 +32,7 @@
G_BEGIN_DECLS
-GSTREAMER_EXPORT GType _gst_object_type;
+GST_EXPORT GType _gst_object_type;
#define GST_TYPE_OBJECT (_gst_object_type)
#define GST_IS_OBJECT(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GST_TYPE_OBJECT))