diff --git a/libs/gst/bytestream/bytestream.h b/libs/gst/bytestream/bytestream.h index 82ac0ec7b3..08ae068a37 100644 --- a/libs/gst/bytestream/bytestream.h +++ b/libs/gst/bytestream/bytestream.h @@ -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);