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