summaryrefslogtreecommitdiffstats
path: root/gst/videofilter/gstvideoflip.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/videofilter/gstvideoflip.h')
-rw-r--r--gst/videofilter/gstvideoflip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/videofilter/gstvideoflip.h b/gst/videofilter/gstvideoflip.h
index cf0f13e7..a3e7b919 100644
--- a/gst/videofilter/gstvideoflip.h
+++ b/gst/videofilter/gstvideoflip.h
@@ -56,7 +56,7 @@ typedef enum {
(G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_VIDEO_FLIP,GstVideoFlipClass))
#define GST_IS_VIDEO_FLIP(obj) \
(G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_VIDEO_FLIP))
-#define GST_IS_VIDEO_FLIP_CLASS(obj) \
+#define GST_IS_VIDEO_FLIP_CLASS(klass) \
(G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_VIDEO_FLIP))
typedef struct _GstVideoFlip GstVideoFlip;