summaryrefslogtreecommitdiffstats
path: root/gst/icydemux/gsticydemux.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/icydemux/gsticydemux.h')
-rw-r--r--gst/icydemux/gsticydemux.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/icydemux/gsticydemux.h b/gst/icydemux/gsticydemux.h
index 60034b4e..aea88828 100644
--- a/gst/icydemux/gsticydemux.h
+++ b/gst/icydemux/gsticydemux.h
@@ -32,10 +32,10 @@ G_BEGIN_DECLS
#define GST_ICYDEMUX(obj) \
(G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_ICYDEMUX,GstICYDemux))
#define GST_ICYDEMUX_CLASS(klass) \
- (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_ICYDEMUX,GstICYDemux))
+ (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_ICYDEMUX,GstICYDemuxClass))
#define GST_IS_ICYDEMUX(obj) \
(G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_ICYDEMUX))
-#define GST_IS_ICYDEMUX_CLASS(obj) \
+#define GST_IS_ICYDEMUX_CLASS(klass) \
(G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_ICYDEMUX))
typedef struct _GstICYDemux GstICYDemux;