summaryrefslogtreecommitdiffstats
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
commit727ac30d864ca95d41ed9bc1617c845c7b14f440 (patch)
treed11edacc06d5453c1cc3329b4bf1dfc95bf225a5
parent2165bc4bed537448a82a2a0ea773d2952837699c (diff)
downloadgst-plugins-bad-727ac30d864ca95d41ed9bc1617c845c7b14f440.tar.gz
gst-plugins-bad-727ac30d864ca95d41ed9bc1617c845c7b14f440.tar.bz2
gst-plugins-bad-727ac30d864ca95d41ed9bc1617c845c7b14f440.zip
gst/replaygain/gstrgvolume.h: Fix GObject macros.
Original commit message from CVS: * gst/replaygain/gstrgvolume.h: Fix GObject macros.
-rw-r--r--ChangeLog5
m---------common0
-rw-r--r--gst/replaygain/gstrgvolume.h4
3 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 9e2d3a26..dd75432c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-07-03 Stefan Kost <ensonic@users.sf.net>
+
+ * gst/replaygain/gstrgvolume.h:
+ Fix GObject macros.
+
2007-06-29 Jan Schmidt <thaytan@mad.scientist.com>
* ext/dc1394/gstdc1394.c: (gst_dc1394_src_fixate),
diff --git a/common b/common
-Subproject e6a9941c662289c0743e5d8f4150458a664226f
+Subproject 5167bced491ffe62251c62d6c5e7b9a7541e97e
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;