convert GST_*_PADDING to _gst_reserved[GST_PADDING];

Original commit message from CVS:
convert GST_*_PADDING to _gst_reserved[GST_PADDING];
This commit is contained in:
David Schleef 2003-12-09 03:48:12 +00:00
parent 1cd87b37e5
commit d1c59b8842

View file

@ -48,7 +48,7 @@ struct _GstByteStream {
/* if we are in the seek state (waiting for DISCONT) */
gboolean in_seek;
GST_OBJECT_PADDING
gpointer _gst_reserved[GST_PADDING];
};
GstByteStream* gst_bytestream_new (GstPad *pad);