diff options
author | Steve Lhomme <steve.lhomme@free.fr> | 2004-06-13 10:04:12 +0000 |
---|---|---|
committer | Steve Lhomme <steve.lhomme@free.fr> | 2004-06-13 10:04:12 +0000 |
commit | 395faf9c062319c747933501d13dc551b8e7d715 (patch) | |
tree | 1b15b93ab1d8b774043055e621221c676844d7ba /gst/gstobject.h | |
parent | b289a5b01033fbae5eb0d96b255cd1a7e441bd33 (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.h | 2 |
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)) |