gst/replaygain/gstrgvolume.h: Fix GObject macros.
authorStefan Kost <ensonic@users.sourceforge.net>
Tue, 3 Jul 2007 07:16:26 +0000 (07:16 +0000)
committerStefan Kost <ensonic@users.sourceforge.net>
Tue, 3 Jul 2007 07:16:26 +0000 (07:16 +0000)
Original commit message from CVS:
* gst/replaygain/gstrgvolume.h:
Fix GObject macros.

ChangeLog
common
gst/replaygain/gstrgvolume.h

index 9e2d3a2..dd75432 100644 (file)
--- 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
index e6a9941..5167bce 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit e6a9941c662289c0743e5d8f4150458a664226f2
+Subproject commit 5167bced491ffe62251c62d6c5e7b9a7541e97e5
index 8fc2961..a0a5a8c 100644 (file)
@@ -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;