mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
gst/replaygain/gstrgvolume.h: Fix GObject macros.
Original commit message from CVS: * gst/replaygain/gstrgvolume.h: Fix GObject macros.
This commit is contained in:
parent
c897b7bee0
commit
637c7be240
2 changed files with 3 additions and 3 deletions
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit e6a9941c662289c0743e5d8f4150458a664226f2
|
||||
Subproject commit 5167bced491ffe62251c62d6c5e7b9a7541e97e5
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue