summaryrefslogtreecommitdiffstats
path: root/gst-libs
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2003-12-09 10:02:08 +0000
committerDavid Schleef <ds@schleef.org>2003-12-09 10:02:08 +0000
commit5f9d5da7b833299467c77f04854e43bfbf0e562d (patch)
treec48e29240217aecb4cf9822d9b62b7566b6bd257 /gst-libs
parent537891db4127e8fe27c1038e6ff088df3d520008 (diff)
downloadgst-plugins-bad-5f9d5da7b833299467c77f04854e43bfbf0e562d.tar.gz
gst-plugins-bad-5f9d5da7b833299467c77f04854e43bfbf0e562d.tar.bz2
gst-plugins-bad-5f9d5da7b833299467c77f04854e43bfbf0e562d.zip
Change GST_*_PADDING to _gst_private[GST_PADDING]
Original commit message from CVS: Change GST_*_PADDING to _gst_private[GST_PADDING]
Diffstat (limited to 'gst-libs')
-rw-r--r--gst-libs/gst/audio/audioclock.h4
-rw-r--r--gst-libs/gst/colorbalance/colorbalance.h2
-rw-r--r--gst-libs/gst/colorbalance/colorbalancechannel.h2
-rw-r--r--gst-libs/gst/media-info/media-info.h4
-rw-r--r--gst-libs/gst/mixer/mixer.h2
-rw-r--r--gst-libs/gst/mixer/mixertrack.h2
-rw-r--r--gst-libs/gst/navigation/navigation.h2
-rw-r--r--gst-libs/gst/play/gstplay.h4
-rw-r--r--gst-libs/gst/play/play.h4
-rw-r--r--gst-libs/gst/play/play.old.h4
-rw-r--r--gst-libs/gst/propertyprobe/propertyprobe.h2
-rw-r--r--gst-libs/gst/tuner/tuner.h2
-rw-r--r--gst-libs/gst/tuner/tunerchannel.h2
-rw-r--r--gst-libs/gst/tuner/tunernorm.h2
-rw-r--r--gst-libs/gst/video/gstvideosink.h4
-rw-r--r--gst-libs/gst/video/videosink.h4
-rw-r--r--gst-libs/gst/xoverlay/xoverlay.h2
17 files changed, 24 insertions, 24 deletions
diff --git a/gst-libs/gst/audio/audioclock.h b/gst-libs/gst/audio/audioclock.h
index f588dee8..17439242 100644
--- a/gst-libs/gst/audio/audioclock.h
+++ b/gst-libs/gst/audio/audioclock.h
@@ -60,13 +60,13 @@ struct _GstAudioClock {
gboolean active;
- GST_OBJECT_PADDING
+ gpointer _gst_reserved[GST_PADDING];
};
struct _GstAudioClockClass {
GstSystemClockClass parent_class;
- GST_CLASS_PADDING
+ gpointer _gst_reserved[GST_PADDING];
};
GType gst_audio_clock_get_type (void);
diff --git a/gst-libs/gst/colorbalance/colorbalance.h b/gst-libs/gst/colorbalance/colorbalance.h
index 041c4e8f..f4a0d78a 100644
--- a/gst-libs/gst/colorbalance/colorbalance.h
+++ b/gst-libs/gst/colorbalance/colorbalance.h
@@ -61,7 +61,7 @@ typedef struct _GstColorBalanceClass {
GstColorBalanceChannel *channel,
gint value);
- GST_CLASS_PADDING
+ gpointer _gst_reserved[GST_PADDING];
} GstColorBalanceClass;
GType gst_color_balance_get_type (void);
diff --git a/gst-libs/gst/colorbalance/colorbalancechannel.h b/gst-libs/gst/colorbalance/colorbalancechannel.h
index 81d0bd34..23f73f8e 100644
--- a/gst-libs/gst/colorbalance/colorbalancechannel.h
+++ b/gst-libs/gst/colorbalance/colorbalancechannel.h
@@ -54,7 +54,7 @@ typedef struct _GstColorBalanceChannelClass {
void (* value_changed) (GstColorBalanceChannel *channel,
gint value);
- GST_CLASS_PADDING
+ gpointer _gst_reserved[GST_PADDING];
} GstColorBalanceChannelClass;
GType gst_color_balance_channel_get_type (void);
diff --git a/gst-libs/gst/media-info/media-info.h b/gst-libs/gst/media-info/media-info.h
index a718b626..d42a4af7 100644
--- a/gst-libs/gst/media-info/media-info.h
+++ b/gst-libs/gst/media-info/media-info.h
@@ -35,7 +35,7 @@ struct _GstMediaInfo
GstMediaInfoPriv *priv;
- GST_OBJECT_PADDING
+ gpointer _gst_reserved[GST_PADDING];
};
struct _GstMediaInfoClass
@@ -45,7 +45,7 @@ struct _GstMediaInfoClass
/* signals */
void (*media_info_signal) (GstMediaInfo *gst_media_info);
- GST_CLASS_PADDING
+ gpointer _gst_reserved[GST_PADDING];
};
/* structure for "physical" stream,
diff --git a/gst-libs/gst/mixer/mixer.h b/gst-libs/gst/mixer/mixer.h
index c60c8e9b..cfc16875 100644
--- a/gst-libs/gst/mixer/mixer.h
+++ b/gst-libs/gst/mixer/mixer.h
@@ -73,7 +73,7 @@ typedef struct _GstMixerClass {
GstMixerTrack *channel,
gint *volumes);
- GST_CLASS_PADDING
+ gpointer _gst_reserved[GST_PADDING];
} GstMixerClass;
GType gst_mixer_get_type (void);
diff --git a/gst-libs/gst/mixer/mixertrack.h b/gst-libs/gst/mixer/mixertrack.h
index 1ee1e9d4..7776a353 100644
--- a/gst-libs/gst/mixer/mixertrack.h
+++ b/gst-libs/gst/mixer/mixertrack.h
@@ -79,7 +79,7 @@ typedef struct _GstMixerTrackClass {
void (* volume_changed) (GstMixerTrack *channel,
gint *volumes);
- GST_CLASS_PADDING
+ gpointer _gst_reserved[GST_PADDING];
} GstMixerTrackClass;
GType gst_mixer_track_get_type (void);
diff --git a/gst-libs/gst/navigation/navigation.h b/gst-libs/gst/navigation/navigation.h
index 22a66632..faa5b809 100644
--- a/gst-libs/gst/navigation/navigation.h
+++ b/gst-libs/gst/navigation/navigation.h
@@ -44,7 +44,7 @@ typedef struct _GstNavigationInterface {
/* virtual functions */
void (*send_event) (GstNavigation *navigation, GstStructure *structure);
- GST_CLASS_PADDING
+ gpointer _gst_reserved[GST_PADDING];
} GstNavigationInterface;
GType gst_navigation_get_type (void);
diff --git a/gst-libs/gst/play/gstplay.h b/gst-libs/gst/play/gstplay.h
index cd3713e9..3b5610c1 100644
--- a/gst-libs/gst/play/gstplay.h
+++ b/gst-libs/gst/play/gstplay.h
@@ -55,7 +55,7 @@ struct _GstPlay
guint tick_id;
guint length_id;
- GST_OBJECT_PADDING
+ gpointer _gst_reserved[GST_PADDING];
};
struct _GstPlayClass
@@ -66,7 +66,7 @@ struct _GstPlayClass
void (*stream_length) (GstPlay *play, gint64 length_nanos);
void (*have_video_size) (GstPlay *play, gint width, gint height);
- GST_CLASS_PADDING
+ gpointer _gst_reserved[GST_PADDING];
};
GType gst_play_get_type (void);
diff --git a/gst-libs/gst/play/play.h b/gst-libs/gst/play/play.h
index cd3713e9..3b5610c1 100644
--- a/gst-libs/gst/play/play.h
+++ b/gst-libs/gst/play/play.h
@@ -55,7 +55,7 @@ struct _GstPlay
guint tick_id;
guint length_id;
- GST_OBJECT_PADDING
+ gpointer _gst_reserved[GST_PADDING];
};
struct _GstPlayClass
@@ -66,7 +66,7 @@ struct _GstPlayClass
void (*stream_length) (GstPlay *play, gint64 length_nanos);
void (*have_video_size) (GstPlay *play, gint width, gint height);
- GST_CLASS_PADDING
+ gpointer _gst_reserved[GST_PADDING];
};
GType gst_play_get_type (void);
diff --git a/gst-libs/gst/play/play.old.h b/gst-libs/gst/play/play.old.h
index fec75173..956923e7 100644
--- a/gst-libs/gst/play/play.old.h
+++ b/gst-libs/gst/play/play.old.h
@@ -133,7 +133,7 @@ struct _GstPlay
GstPlayTimeoutAdd timeout_add_func;
GstPlayIdleAdd idle_add_func;
- GST_OBJECT_PADDING
+ gpointer _gst_reserved[GST_PADDING];
};
struct _GstPlayClass
@@ -155,7 +155,7 @@ struct _GstPlayClass
void (*have_video_size) (GstPlay * play, gint width, gint height);
void (*have_vis_size) (GstPlay * play, gint width, gint height);
- GST_CLASS_PADDING
+ gpointer _gst_reserved[GST_PADDING];
};
struct _GstPlayIdleData
diff --git a/gst-libs/gst/propertyprobe/propertyprobe.h b/gst-libs/gst/propertyprobe/propertyprobe.h
index 3fe08f0b..695aa4da 100644
--- a/gst-libs/gst/propertyprobe/propertyprobe.h
+++ b/gst-libs/gst/propertyprobe/propertyprobe.h
@@ -56,7 +56,7 @@ typedef struct _GstPropertyProbeInterface {
guint prop_id,
const GParamSpec *pspec);
- GST_CLASS_PADDING
+ gpointer _gst_reserved[GST_PADDING];
} GstPropertyProbeInterface;
GType gst_property_probe_get_type (void);
diff --git a/gst-libs/gst/tuner/tuner.h b/gst-libs/gst/tuner/tuner.h
index 6c391073..b1991c2c 100644
--- a/gst-libs/gst/tuner/tuner.h
+++ b/gst-libs/gst/tuner/tuner.h
@@ -79,7 +79,7 @@ typedef struct _GstTunerClass {
GstTunerChannel *channel,
gint signal);
- GST_CLASS_PADDING
+ gpointer _gst_reserved[GST_PADDING];
} GstTunerClass;
GType gst_tuner_get_type (void);
diff --git a/gst-libs/gst/tuner/tunerchannel.h b/gst-libs/gst/tuner/tunerchannel.h
index 9545ea55..ee5654d0 100644
--- a/gst-libs/gst/tuner/tunerchannel.h
+++ b/gst-libs/gst/tuner/tunerchannel.h
@@ -69,7 +69,7 @@ typedef struct _GstTunerChannelClass {
void (*signal_changed) (GstTunerChannel *channel,
gint signal);
- GST_CLASS_PADDING
+ gpointer _gst_reserved[GST_PADDING];
} GstTunerChannelClass;
GType gst_tuner_channel_get_type (void);
diff --git a/gst-libs/gst/tuner/tunernorm.h b/gst-libs/gst/tuner/tunernorm.h
index 9852228d..cd89e1ee 100644
--- a/gst-libs/gst/tuner/tunernorm.h
+++ b/gst-libs/gst/tuner/tunernorm.h
@@ -47,7 +47,7 @@ typedef struct _GstTunerNorm {
typedef struct _GstTunerNormClass {
GObjectClass parent;
- GST_CLASS_PADDING
+ gpointer _gst_reserved[GST_PADDING];
} GstTunerNormClass;
GType gst_tuner_norm_get_type (void);
diff --git a/gst-libs/gst/video/gstvideosink.h b/gst-libs/gst/video/gstvideosink.h
index 5e829b17..6ba23fd4 100644
--- a/gst-libs/gst/video/gstvideosink.h
+++ b/gst-libs/gst/video/gstvideosink.h
@@ -56,7 +56,7 @@ struct _GstVideoSink {
GstClock *clock;
- GST_OBJECT_PADDING
+ gpointer _gst_reserved[GST_PADDING];
};
struct _GstVideoSinkClass {
@@ -65,7 +65,7 @@ struct _GstVideoSinkClass {
/* signals */
void (*have_video_size) (GstVideoSink *element, gint width, gint height);
- GST_CLASS_PADDING
+ gpointer _gst_reserved[GST_PADDING];
};
GType gst_videosink_get_type (void);
diff --git a/gst-libs/gst/video/videosink.h b/gst-libs/gst/video/videosink.h
index 5e829b17..6ba23fd4 100644
--- a/gst-libs/gst/video/videosink.h
+++ b/gst-libs/gst/video/videosink.h
@@ -56,7 +56,7 @@ struct _GstVideoSink {
GstClock *clock;
- GST_OBJECT_PADDING
+ gpointer _gst_reserved[GST_PADDING];
};
struct _GstVideoSinkClass {
@@ -65,7 +65,7 @@ struct _GstVideoSinkClass {
/* signals */
void (*have_video_size) (GstVideoSink *element, gint width, gint height);
- GST_CLASS_PADDING
+ gpointer _gst_reserved[GST_PADDING];
};
GType gst_videosink_get_type (void);
diff --git a/gst-libs/gst/xoverlay/xoverlay.h b/gst-libs/gst/xoverlay/xoverlay.h
index 962f40b4..062fadf4 100644
--- a/gst-libs/gst/xoverlay/xoverlay.h
+++ b/gst-libs/gst/xoverlay/xoverlay.h
@@ -55,7 +55,7 @@ typedef struct _GstXOverlayClass {
void (*have_xwindow_id) (GstXOverlay *overlay,
XID xwindow_id);
- GST_CLASS_PADDING
+ gpointer _gst_reserved[GST_PADDING];
} GstXOverlayClass;
GType gst_x_overlay_get_type (void);