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 | 03f79e151b5ac2968dca798a06060edaa3ab37a0 (patch) | |
tree | 44d32634f6658ebf18676f7224bb1d2e6b8742f6 /gst-libs/gst/video/gstvideosink.h | |
parent | 046fa7602fda55b47034de743bc4b34a0f5fbf84 (diff) |
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/video/gstvideosink.h')
-rw-r--r-- | gst-libs/gst/video/gstvideosink.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gst-libs/gst/video/gstvideosink.h b/gst-libs/gst/video/gstvideosink.h index 5e829b177..6ba23fd43 100644 --- a/gst-libs/gst/video/gstvideosink.h +++ b/gst-libs/gst/video/gstvideosink.h @@ -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); |