Change GST_*_PADDING to _gst_private[GST_PADDING]

Original commit message from CVS:
Change GST_*_PADDING to _gst_private[GST_PADDING]
This commit is contained in:
David Schleef 2003-12-09 10:02:08 +00:00
parent 046fa7602f
commit 03f79e151b
27 changed files with 34 additions and 34 deletions

View file

@ -60,13 +60,13 @@ struct _GstAudioClock {
gboolean active; gboolean active;
GST_OBJECT_PADDING gpointer _gst_reserved[GST_PADDING];
}; };
struct _GstAudioClockClass { struct _GstAudioClockClass {
GstSystemClockClass parent_class; GstSystemClockClass parent_class;
GST_CLASS_PADDING gpointer _gst_reserved[GST_PADDING];
}; };
GType gst_audio_clock_get_type (void); GType gst_audio_clock_get_type (void);

View file

@ -61,7 +61,7 @@ typedef struct _GstColorBalanceClass {
GstColorBalanceChannel *channel, GstColorBalanceChannel *channel,
gint value); gint value);
GST_CLASS_PADDING gpointer _gst_reserved[GST_PADDING];
} GstColorBalanceClass; } GstColorBalanceClass;
GType gst_color_balance_get_type (void); GType gst_color_balance_get_type (void);

View file

@ -54,7 +54,7 @@ typedef struct _GstColorBalanceChannelClass {
void (* value_changed) (GstColorBalanceChannel *channel, void (* value_changed) (GstColorBalanceChannel *channel,
gint value); gint value);
GST_CLASS_PADDING gpointer _gst_reserved[GST_PADDING];
} GstColorBalanceChannelClass; } GstColorBalanceChannelClass;
GType gst_color_balance_channel_get_type (void); GType gst_color_balance_channel_get_type (void);

View file

@ -61,7 +61,7 @@ typedef struct _GstColorBalanceClass {
GstColorBalanceChannel *channel, GstColorBalanceChannel *channel,
gint value); gint value);
GST_CLASS_PADDING gpointer _gst_reserved[GST_PADDING];
} GstColorBalanceClass; } GstColorBalanceClass;
GType gst_color_balance_get_type (void); GType gst_color_balance_get_type (void);

View file

@ -54,7 +54,7 @@ typedef struct _GstColorBalanceChannelClass {
void (* value_changed) (GstColorBalanceChannel *channel, void (* value_changed) (GstColorBalanceChannel *channel,
gint value); gint value);
GST_CLASS_PADDING gpointer _gst_reserved[GST_PADDING];
} GstColorBalanceChannelClass; } GstColorBalanceChannelClass;
GType gst_color_balance_channel_get_type (void); GType gst_color_balance_channel_get_type (void);

View file

@ -73,7 +73,7 @@ typedef struct _GstMixerClass {
GstMixerTrack *channel, GstMixerTrack *channel,
gint *volumes); gint *volumes);
GST_CLASS_PADDING gpointer _gst_reserved[GST_PADDING];
} GstMixerClass; } GstMixerClass;
GType gst_mixer_get_type (void); GType gst_mixer_get_type (void);

View file

@ -79,7 +79,7 @@ typedef struct _GstMixerTrackClass {
void (* volume_changed) (GstMixerTrack *channel, void (* volume_changed) (GstMixerTrack *channel,
gint *volumes); gint *volumes);
GST_CLASS_PADDING gpointer _gst_reserved[GST_PADDING];
} GstMixerTrackClass; } GstMixerTrackClass;
GType gst_mixer_track_get_type (void); GType gst_mixer_track_get_type (void);

View file

@ -44,7 +44,7 @@ typedef struct _GstNavigationInterface {
/* virtual functions */ /* virtual functions */
void (*send_event) (GstNavigation *navigation, GstStructure *structure); void (*send_event) (GstNavigation *navigation, GstStructure *structure);
GST_CLASS_PADDING gpointer _gst_reserved[GST_PADDING];
} GstNavigationInterface; } GstNavigationInterface;
GType gst_navigation_get_type (void); GType gst_navigation_get_type (void);

View file

@ -56,7 +56,7 @@ typedef struct _GstPropertyProbeInterface {
guint prop_id, guint prop_id,
const GParamSpec *pspec); const GParamSpec *pspec);
GST_CLASS_PADDING gpointer _gst_reserved[GST_PADDING];
} GstPropertyProbeInterface; } GstPropertyProbeInterface;
GType gst_property_probe_get_type (void); GType gst_property_probe_get_type (void);

View file

@ -79,7 +79,7 @@ typedef struct _GstTunerClass {
GstTunerChannel *channel, GstTunerChannel *channel,
gint signal); gint signal);
GST_CLASS_PADDING gpointer _gst_reserved[GST_PADDING];
} GstTunerClass; } GstTunerClass;
GType gst_tuner_get_type (void); GType gst_tuner_get_type (void);

View file

@ -69,7 +69,7 @@ typedef struct _GstTunerChannelClass {
void (*signal_changed) (GstTunerChannel *channel, void (*signal_changed) (GstTunerChannel *channel,
gint signal); gint signal);
GST_CLASS_PADDING gpointer _gst_reserved[GST_PADDING];
} GstTunerChannelClass; } GstTunerChannelClass;
GType gst_tuner_channel_get_type (void); GType gst_tuner_channel_get_type (void);

View file

@ -47,7 +47,7 @@ typedef struct _GstTunerNorm {
typedef struct _GstTunerNormClass { typedef struct _GstTunerNormClass {
GObjectClass parent; GObjectClass parent;
GST_CLASS_PADDING gpointer _gst_reserved[GST_PADDING];
} GstTunerNormClass; } GstTunerNormClass;
GType gst_tuner_norm_get_type (void); GType gst_tuner_norm_get_type (void);

View file

@ -55,7 +55,7 @@ typedef struct _GstXOverlayClass {
void (*have_xwindow_id) (GstXOverlay *overlay, void (*have_xwindow_id) (GstXOverlay *overlay,
XID xwindow_id); XID xwindow_id);
GST_CLASS_PADDING gpointer _gst_reserved[GST_PADDING];
} GstXOverlayClass; } GstXOverlayClass;
GType gst_x_overlay_get_type (void); GType gst_x_overlay_get_type (void);

View file

@ -35,7 +35,7 @@ struct _GstMediaInfo
GstMediaInfoPriv *priv; GstMediaInfoPriv *priv;
GST_OBJECT_PADDING gpointer _gst_reserved[GST_PADDING];
}; };
struct _GstMediaInfoClass struct _GstMediaInfoClass
@ -45,7 +45,7 @@ struct _GstMediaInfoClass
/* signals */ /* signals */
void (*media_info_signal) (GstMediaInfo *gst_media_info); void (*media_info_signal) (GstMediaInfo *gst_media_info);
GST_CLASS_PADDING gpointer _gst_reserved[GST_PADDING];
}; };
/* structure for "physical" stream, /* structure for "physical" stream,

View file

@ -73,7 +73,7 @@ typedef struct _GstMixerClass {
GstMixerTrack *channel, GstMixerTrack *channel,
gint *volumes); gint *volumes);
GST_CLASS_PADDING gpointer _gst_reserved[GST_PADDING];
} GstMixerClass; } GstMixerClass;
GType gst_mixer_get_type (void); GType gst_mixer_get_type (void);

View file

@ -79,7 +79,7 @@ typedef struct _GstMixerTrackClass {
void (* volume_changed) (GstMixerTrack *channel, void (* volume_changed) (GstMixerTrack *channel,
gint *volumes); gint *volumes);
GST_CLASS_PADDING gpointer _gst_reserved[GST_PADDING];
} GstMixerTrackClass; } GstMixerTrackClass;
GType gst_mixer_track_get_type (void); GType gst_mixer_track_get_type (void);

View file

@ -44,7 +44,7 @@ typedef struct _GstNavigationInterface {
/* virtual functions */ /* virtual functions */
void (*send_event) (GstNavigation *navigation, GstStructure *structure); void (*send_event) (GstNavigation *navigation, GstStructure *structure);
GST_CLASS_PADDING gpointer _gst_reserved[GST_PADDING];
} GstNavigationInterface; } GstNavigationInterface;
GType gst_navigation_get_type (void); GType gst_navigation_get_type (void);

View file

@ -55,7 +55,7 @@ struct _GstPlay
guint tick_id; guint tick_id;
guint length_id; guint length_id;
GST_OBJECT_PADDING gpointer _gst_reserved[GST_PADDING];
}; };
struct _GstPlayClass struct _GstPlayClass
@ -66,7 +66,7 @@ struct _GstPlayClass
void (*stream_length) (GstPlay *play, gint64 length_nanos); void (*stream_length) (GstPlay *play, gint64 length_nanos);
void (*have_video_size) (GstPlay *play, gint width, gint height); void (*have_video_size) (GstPlay *play, gint width, gint height);
GST_CLASS_PADDING gpointer _gst_reserved[GST_PADDING];
}; };
GType gst_play_get_type (void); GType gst_play_get_type (void);

View file

@ -55,7 +55,7 @@ struct _GstPlay
guint tick_id; guint tick_id;
guint length_id; guint length_id;
GST_OBJECT_PADDING gpointer _gst_reserved[GST_PADDING];
}; };
struct _GstPlayClass struct _GstPlayClass
@ -66,7 +66,7 @@ struct _GstPlayClass
void (*stream_length) (GstPlay *play, gint64 length_nanos); void (*stream_length) (GstPlay *play, gint64 length_nanos);
void (*have_video_size) (GstPlay *play, gint width, gint height); void (*have_video_size) (GstPlay *play, gint width, gint height);
GST_CLASS_PADDING gpointer _gst_reserved[GST_PADDING];
}; };
GType gst_play_get_type (void); GType gst_play_get_type (void);

View file

@ -133,7 +133,7 @@ struct _GstPlay
GstPlayTimeoutAdd timeout_add_func; GstPlayTimeoutAdd timeout_add_func;
GstPlayIdleAdd idle_add_func; GstPlayIdleAdd idle_add_func;
GST_OBJECT_PADDING gpointer _gst_reserved[GST_PADDING];
}; };
struct _GstPlayClass struct _GstPlayClass
@ -155,7 +155,7 @@ struct _GstPlayClass
void (*have_video_size) (GstPlay * play, gint width, gint height); void (*have_video_size) (GstPlay * play, gint width, gint height);
void (*have_vis_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 struct _GstPlayIdleData

View file

@ -56,7 +56,7 @@ typedef struct _GstPropertyProbeInterface {
guint prop_id, guint prop_id,
const GParamSpec *pspec); const GParamSpec *pspec);
GST_CLASS_PADDING gpointer _gst_reserved[GST_PADDING];
} GstPropertyProbeInterface; } GstPropertyProbeInterface;
GType gst_property_probe_get_type (void); GType gst_property_probe_get_type (void);

View file

@ -79,7 +79,7 @@ typedef struct _GstTunerClass {
GstTunerChannel *channel, GstTunerChannel *channel,
gint signal); gint signal);
GST_CLASS_PADDING gpointer _gst_reserved[GST_PADDING];
} GstTunerClass; } GstTunerClass;
GType gst_tuner_get_type (void); GType gst_tuner_get_type (void);

View file

@ -69,7 +69,7 @@ typedef struct _GstTunerChannelClass {
void (*signal_changed) (GstTunerChannel *channel, void (*signal_changed) (GstTunerChannel *channel,
gint signal); gint signal);
GST_CLASS_PADDING gpointer _gst_reserved[GST_PADDING];
} GstTunerChannelClass; } GstTunerChannelClass;
GType gst_tuner_channel_get_type (void); GType gst_tuner_channel_get_type (void);

View file

@ -47,7 +47,7 @@ typedef struct _GstTunerNorm {
typedef struct _GstTunerNormClass { typedef struct _GstTunerNormClass {
GObjectClass parent; GObjectClass parent;
GST_CLASS_PADDING gpointer _gst_reserved[GST_PADDING];
} GstTunerNormClass; } GstTunerNormClass;
GType gst_tuner_norm_get_type (void); GType gst_tuner_norm_get_type (void);

View file

@ -56,7 +56,7 @@ struct _GstVideoSink {
GstClock *clock; GstClock *clock;
GST_OBJECT_PADDING gpointer _gst_reserved[GST_PADDING];
}; };
struct _GstVideoSinkClass { struct _GstVideoSinkClass {
@ -65,7 +65,7 @@ struct _GstVideoSinkClass {
/* signals */ /* signals */
void (*have_video_size) (GstVideoSink *element, gint width, gint height); void (*have_video_size) (GstVideoSink *element, gint width, gint height);
GST_CLASS_PADDING gpointer _gst_reserved[GST_PADDING];
}; };
GType gst_videosink_get_type (void); GType gst_videosink_get_type (void);

View file

@ -56,7 +56,7 @@ struct _GstVideoSink {
GstClock *clock; GstClock *clock;
GST_OBJECT_PADDING gpointer _gst_reserved[GST_PADDING];
}; };
struct _GstVideoSinkClass { struct _GstVideoSinkClass {
@ -65,7 +65,7 @@ struct _GstVideoSinkClass {
/* signals */ /* signals */
void (*have_video_size) (GstVideoSink *element, gint width, gint height); void (*have_video_size) (GstVideoSink *element, gint width, gint height);
GST_CLASS_PADDING gpointer _gst_reserved[GST_PADDING];
}; };
GType gst_videosink_get_type (void); GType gst_videosink_get_type (void);

View file

@ -55,7 +55,7 @@ typedef struct _GstXOverlayClass {
void (*have_xwindow_id) (GstXOverlay *overlay, void (*have_xwindow_id) (GstXOverlay *overlay,
XID xwindow_id); XID xwindow_id);
GST_CLASS_PADDING gpointer _gst_reserved[GST_PADDING];
} GstXOverlayClass; } GstXOverlayClass;
GType gst_x_overlay_get_type (void); GType gst_x_overlay_get_type (void);