mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
segment: Add padding to the public struct
This commit is contained in:
parent
f1f11098fe
commit
705d17c8a8
1 changed files with 3 additions and 0 deletions
|
@ -142,6 +142,9 @@ struct _GstSegment {
|
|||
|
||||
guint64 position;
|
||||
guint64 duration;
|
||||
|
||||
/* < private > */
|
||||
gpointer _gst_reserved[GST_PADDING];
|
||||
};
|
||||
|
||||
GType gst_segment_get_type (void);
|
||||
|
|
Loading…
Reference in a new issue