diff options
Diffstat (limited to 'gst-libs/gst/play')
-rw-r--r-- | gst-libs/gst/play/gstplay.h | 4 | ||||
-rw-r--r-- | gst-libs/gst/play/play.h | 4 | ||||
-rw-r--r-- | gst-libs/gst/play/play.old.h | 4 |
3 files changed, 6 insertions, 6 deletions
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 |