summaryrefslogtreecommitdiffstats
path: root/ext/lcs
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2006-09-16 22:14:36 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2006-09-16 22:14:36 +0000
commitbb28316de65eb1ba44c7f8302d287f2f2c5dc900 (patch)
tree0e573b06b91fccedee0bc0b246a2d09c097ba1df /ext/lcs
parent346fe9f6cfed4984d8d0836ec6f0342b79748d44 (diff)
downloadgst-plugins-bad-bb28316de65eb1ba44c7f8302d287f2f2c5dc900.tar.gz
gst-plugins-bad-bb28316de65eb1ba44c7f8302d287f2f2c5dc900.tar.bz2
gst-plugins-bad-bb28316de65eb1ba44c7f8302d287f2f2c5dc900.zip
More G_OBJECT macro fixing.
Original commit message from CVS: * ext/hermes/gsthermescolorspace.c: * ext/ivorbis/vorbisfile.c: * ext/lcs/gstcolorspace.c: * ext/wavpack/gstwavpackenc.h: * ext/xine/xineaudiodec.c: * ext/xine/xineaudiosink.c: * ext/xine/xineinput.c: * gst/chart/gstchart.c: * gst/equalizer/gstiirequalizer.c: * gst/games/gstpuzzle.c: * gst/librfb/gstrfbsrc.c: * gst/mixmatrix/mixmatrix.c: * gst/nsf/gstnsf.h: * gst/vbidec/gstvbidec.c: * gst/virtualdub/gstxsharpen.c: More G_OBJECT macro fixing.
Diffstat (limited to 'ext/lcs')
-rw-r--r--ext/lcs/gstcolorspace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/lcs/gstcolorspace.c b/ext/lcs/gstcolorspace.c
index 98ef92dd..2299aaf4 100644
--- a/ext/lcs/gstcolorspace.c
+++ b/ext/lcs/gstcolorspace.c
@@ -33,7 +33,7 @@
(G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_ULAW,GstColorspace))
#define GST_IS_COLORSPACE(obj) \
(G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_COLORSPACE))
-#define GST_IS_COLORSPACE_CLASS(obj) \
+#define GST_IS_COLORSPACE_CLASS(klass) \
(G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_COLORSPACE))
typedef struct _GstColorspace GstColorspace;