diff options
Diffstat (limited to 'ext/polyp')
-rw-r--r-- | ext/polyp/polypsink.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/polyp/polypsink.h b/ext/polyp/polypsink.h index 3bcb454d..d67da870 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; |