From 5f9d5da7b833299467c77f04854e43bfbf0e562d Mon Sep 17 00:00:00 2001 From: David Schleef Date: Tue, 9 Dec 2003 10:02:08 +0000 Subject: Change GST_*_PADDING to _gst_private[GST_PADDING] Original commit message from CVS: Change GST_*_PADDING to _gst_private[GST_PADDING] --- gst-libs/gst/play/gstplay.h | 4 ++-- gst-libs/gst/play/play.h | 4 ++-- gst-libs/gst/play/play.old.h | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'gst-libs/gst/play') 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 -- cgit v1.2.1