summaryrefslogtreecommitdiffstats
path: root/gst/autodetect/gstautovideosink.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/autodetect/gstautovideosink.h')
-rw-r--r--gst/autodetect/gstautovideosink.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/autodetect/gstautovideosink.h b/gst/autodetect/gstautovideosink.h
index 81d9d164..16c772a5 100644
--- a/gst/autodetect/gstautovideosink.h
+++ b/gst/autodetect/gstautovideosink.h
@@ -31,10 +31,10 @@ G_BEGIN_DECLS
GstAutoVideoSink))
#define GST_AUTO_VIDEO_SINK_CLASS(klass) \
(G_TYPE_CHECK_CLASS_CAST ((klass), GST_TYPE_AUTO_VIDEO_SINK, \
- GstAutoVideoSink))
+ GstAutoVideoSinkClass))
#define GST_IS_AUTO_VIDEO_SINK(obj) \
(G_TYPE_CHECK_INSTANCE_TYPE ((obj), GST_TYPE_AUTO_VIDEO_SINK))
-#define GST_IS_AUTO_VIDEO_SINK_CLASS(obj) \
+#define GST_IS_AUTO_VIDEO_SINK_CLASS(klass) \
(G_TYPE_CHECK_CLASS_TYPE ((klass), GST_TYPE_AUTO_VIDEO_SINK))
typedef struct _GstAutoVideoSink {