diff options
Diffstat (limited to 'gst/effectv/gstdice.c')
-rw-r--r-- | gst/effectv/gstdice.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/effectv/gstdice.c b/gst/effectv/gstdice.c index 26f682bb..e89116bd 100644 --- a/gst/effectv/gstdice.c +++ b/gst/effectv/gstdice.c @@ -29,7 +29,7 @@ (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_DICETV,GstDiceTVClass)) #define GST_IS_DICETV(obj) \ (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_DICETV)) -#define GST_IS_DICETV_CLASS(obj) \ +#define GST_IS_DICETV_CLASS(klass) \ (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_DICETV)) typedef struct _GstDiceTV GstDiceTV; |