diff options
author | David Schleef <ds@schleef.org> | 2003-12-09 10:02:08 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2003-12-09 10:02:08 +0000 |
commit | 5f9d5da7b833299467c77f04854e43bfbf0e562d (patch) | |
tree | c48e29240217aecb4cf9822d9b62b7566b6bd257 /gst-libs/gst/play/gstplay.h | |
parent | 537891db4127e8fe27c1038e6ff088df3d520008 (diff) | |
download | gst-plugins-bad-5f9d5da7b833299467c77f04854e43bfbf0e562d.tar.gz gst-plugins-bad-5f9d5da7b833299467c77f04854e43bfbf0e562d.tar.bz2 gst-plugins-bad-5f9d5da7b833299467c77f04854e43bfbf0e562d.zip |
Change GST_*_PADDING to _gst_private[GST_PADDING]
Original commit message from CVS:
Change GST_*_PADDING to _gst_private[GST_PADDING]
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); |