From: Stefan Kost Date: Tue, 3 Jul 2007 07:16:26 +0000 (+0000) Subject: gst/replaygain/gstrgvolume.h: Fix GObject macros. X-Git-Tag: 1.19.3~507^2~20966 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=727ac30d864ca95d41ed9bc1617c845c7b14f440;p=platform%2Fupstream%2Fgstreamer.git gst/replaygain/gstrgvolume.h: Fix GObject macros. Original commit message from CVS: * gst/replaygain/gstrgvolume.h: Fix GObject macros. --- diff --git a/ChangeLog b/ChangeLog index 9e2d3a2..dd75432 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-07-03 Stefan Kost + + * gst/replaygain/gstrgvolume.h: + Fix GObject macros. + 2007-06-29 Jan Schmidt * ext/dc1394/gstdc1394.c: (gst_dc1394_src_fixate), diff --git a/common b/common index e6a9941..5167bce 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit e6a9941c662289c0743e5d8f4150458a664226f2 +Subproject commit 5167bced491ffe62251c62d6c5e7b9a7541e97e5 diff --git a/gst/replaygain/gstrgvolume.h b/gst/replaygain/gstrgvolume.h index 8fc2961..a0a5a8c 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;