summaryrefslogtreecommitdiffstats
path: root/gst/autodetect/gstautoaudiosink.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/autodetect/gstautoaudiosink.h')
-rw-r--r--gst/autodetect/gstautoaudiosink.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/autodetect/gstautoaudiosink.h b/gst/autodetect/gstautoaudiosink.h
index 4d47ebd3..36defb8a 100644
--- a/gst/autodetect/gstautoaudiosink.h
+++ b/gst/autodetect/gstautoaudiosink.h
@@ -31,10 +31,10 @@ G_BEGIN_DECLS
GstAutoAudioSink))
#define GST_AUTO_AUDIO_SINK_CLASS(klass) \
(G_TYPE_CHECK_CLASS_CAST ((klass), GST_TYPE_AUTO_AUDIO_SINK, \
- GstAutoAudioSink))
+ GstAutoAudioSinkClass))
#define GST_IS_AUTO_AUDIO_SINK(obj) \
(G_TYPE_CHECK_INSTANCE_TYPE ((obj), GST_TYPE_AUTO_AUDIO_SINK))
-#define GST_IS_AUTO_AUDIO_SINK_CLASS(obj) \
+#define GST_IS_AUTO_AUDIO_SINK_CLASS(klass) \
(G_TYPE_CHECK_CLASS_TYPE ((klass), GST_TYPE_AUTO_AUDIO_SINK))
typedef struct _GstAutoAudioSink {