summaryrefslogtreecommitdiffstats
path: root/gst/videofilter/gstgamma.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/videofilter/gstgamma.c')
-rw-r--r--gst/videofilter/gstgamma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/videofilter/gstgamma.c b/gst/videofilter/gstgamma.c
index 7590f6df..7be7b8aa 100644
--- a/gst/videofilter/gstgamma.c
+++ b/gst/videofilter/gstgamma.c
@@ -43,7 +43,7 @@
(G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_GAMMA,GstGammaClass))
#define GST_IS_GAMMA(obj) \
(G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_GAMMA))
-#define GST_IS_GAMMA_CLASS(obj) \
+#define GST_IS_GAMMA_CLASS(klass) \
(G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_GAMMA))
typedef struct _GstGamma GstGamma;