summaryrefslogtreecommitdiffstats
path: root/gst/debug/testplugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/debug/testplugin.c')
-rw-r--r--gst/debug/testplugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/debug/testplugin.c b/gst/debug/testplugin.c
index 8fbf66ea..5d1dba53 100644
--- a/gst/debug/testplugin.c
+++ b/gst/debug/testplugin.c
@@ -41,7 +41,7 @@ GST_DEBUG_CATEGORY_STATIC (gst_test_debug);
(G_TYPE_INSTANCE_GET_CLASS ((obj),GST_TYPE_TEST,GstTestClass))
#define GST_IS_TEST(obj) \
(G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_TEST))
-#define GST_IS_TEST_CLASS(obj) \
+#define GST_IS_TEST_CLASS(klass) \
(G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_TEST))
typedef struct _GstTest GstTest;