From bb28316de65eb1ba44c7f8302d287f2f2c5dc900 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Sat, 16 Sep 2006 22:14:36 +0000 Subject: 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. --- ext/hermes/gsthermescolorspace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/hermes') diff --git a/ext/hermes/gsthermescolorspace.c b/ext/hermes/gsthermescolorspace.c index 17359e2c..cf13504e 100644 --- a/ext/hermes/gsthermescolorspace.c +++ b/ext/hermes/gsthermescolorspace.c @@ -33,7 +33,7 @@ (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_ULAW,GstHermesColorspace)) #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 _GstHermesColorspace GstHermesColorspace; -- cgit v1.2.1