mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
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:
parent
1cd87b37e5
commit
d1c59b8842
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue