summaryrefslogtreecommitdiffstats
path: root/gst/replaygain
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2007-07-03 07:16:26 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2007-07-03 07:16:26 +0000
commit637c7be24043119fc56f12d5976bbab9d2e94b3b (patch)
tree97535789e38d2191201b9eb282533dfb9fc86604 /gst/replaygain
parentc897b7bee0d3eaab03f4f5fc518d5dded8ca5c32 (diff)
gst/replaygain/gstrgvolume.h: Fix GObject macros.
Original commit message from CVS: * gst/replaygain/gstrgvolume.h: Fix GObject macros.
Diffstat (limited to 'gst/replaygain')
-rw-r--r--gst/replaygain/gstrgvolume.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/replaygain/gstrgvolume.h b/gst/replaygain/gstrgvolume.h
index 8fc29614..a0a5a8ce 100644
--- a/gst/replaygain/gstrgvolume.h
+++ b/gst/replaygain/gstrgvolume.h
@@ -33,9 +33,9 @@ G_BEGIN_DECLS
(G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_RG_VOLUME,GstRgVolume))
#define GST_RG_VOLUME_CLASS(klass) \
(G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_RG_VOLUME,GstRgVolumeClass))
-#define GST_IS_PLUGIN_TEMPLATE(obj) \
+#define GST_IS_RG_VOLUME(obj) \
(G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_RG_VOLUME))
-#define GST_IS_PLUGIN_TEMPLATE_CLASS(klass) \
+#define GST_IS_RG_VOLUME_CLASS(klass) \
(G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_RG_VOLUME))
typedef struct _GstRgVolume GstRgVolume;