summaryrefslogtreecommitdiffstats
path: root/gst/debug/gstnavigationtest.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/debug/gstnavigationtest.h')
-rw-r--r--gst/debug/gstnavigationtest.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/debug/gstnavigationtest.h b/gst/debug/gstnavigationtest.h
index a51ec1bd..21c355f6 100644
--- a/gst/debug/gstnavigationtest.h
+++ b/gst/debug/gstnavigationtest.h
@@ -33,7 +33,7 @@ G_BEGIN_DECLS
(G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_NAVIGATIONTEST,GstNavigationtestClass))
#define GST_IS_NAVIGATIONTEST(obj) \
(G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_NAVIGATIONTEST))
-#define GST_IS_NAVIGATIONTEST_CLASS(obj) \
+#define GST_IS_NAVIGATIONTEST_CLASS(klass) \
(G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_NAVIGATIONTEST))
typedef struct _GstNavigationtest GstNavigationtest;