summaryrefslogtreecommitdiff
path: root/ext/polyp/polypsink.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/polyp/polypsink.h')
-rw-r--r--ext/polyp/polypsink.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/polyp/polypsink.h b/ext/polyp/polypsink.h
index 3bcb454da..d67da8705 100644
--- a/ext/polyp/polypsink.h
+++ b/ext/polyp/polypsink.h
@@ -16,7 +16,7 @@ G_BEGIN_DECLS
(G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_POLYPSINK,GstPolypSinkClass))
#define GST_IS_POLYPSINK(obj) \
(G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_POLYPSINK))
-#define GST_IS_POLYPSINK_CLASS(obj) \
+#define GST_IS_POLYPSINK_CLASS(klass) \
(G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_POLYPSINK))
typedef struct _GstPolypSink GstPolypSink;