summaryrefslogtreecommitdiffstats
path: root/gst/oldcore/gstfdsink.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/oldcore/gstfdsink.h')
-rw-r--r--gst/oldcore/gstfdsink.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/oldcore/gstfdsink.h b/gst/oldcore/gstfdsink.h
index 838705a7..9d862062 100644
--- a/gst/oldcore/gstfdsink.h
+++ b/gst/oldcore/gstfdsink.h
@@ -37,7 +37,7 @@ G_BEGIN_DECLS
(G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_FDSINK,GstFdSinkClass))
#define GST_IS_FDSINK(obj) \
(G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_FDSINK))
-#define GST_IS_FDSINK_CLASS(obj) \
+#define GST_IS_FDSINK_CLASS(klass) \
(G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_FDSINK))
typedef struct _GstFdSink GstFdSink;