diff options
author | Stefan Kost <ensonic@users.sourceforge.net> | 2007-07-03 07:16:26 +0000 |
---|---|---|
committer | Stefan Kost <ensonic@users.sourceforge.net> | 2007-07-03 07:16:26 +0000 |
commit | 727ac30d864ca95d41ed9bc1617c845c7b14f440 (patch) | |
tree | d11edacc06d5453c1cc3329b4bf1dfc95bf225a5 /gst | |
parent | 2165bc4bed537448a82a2a0ea773d2952837699c (diff) | |
download | gst-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.
Diffstat (limited to 'gst')
-rw-r--r-- | gst/replaygain/gstrgvolume.h | 4 |
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; |