mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
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:
parent
8d77492504
commit
fb473a53fb
17 changed files with 24 additions and 24 deletions
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue