summaryrefslogtreecommitdiffstats
path: root/gst/games
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 /gst/games
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 'gst/games')
-rw-r--r--gst/games/gstpuzzle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/games/gstpuzzle.c b/gst/games/gstpuzzle.c
index b802ffa3..5283b6b7 100644
--- a/gst/games/gstpuzzle.c
+++ b/gst/games/gstpuzzle.c
@@ -36,7 +36,7 @@
(G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_PUZZLE,GstPuzzleClass))
#define GST_IS_PUZZLE(obj) \
(G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_PUZZLE))
-#define GST_IS_PUZZLE_CLASS(obj) \
+#define GST_IS_PUZZLE_CLASS(klass) \
(G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_PUZZLE))
typedef struct _GstPuzzle GstPuzzle;