mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 04:56:24 +00:00
toc: remove padding now that the structs are private
This commit is contained in:
parent
1ba0d6f6f6
commit
f6e8786be8
1 changed files with 0 additions and 6 deletions
|
@ -81,9 +81,6 @@ struct _GstTocEntry
|
|||
GstClockTime start, stop;
|
||||
GList *subentries;
|
||||
GstTagList *tags;
|
||||
|
||||
/*< private > */
|
||||
gpointer _gst_reserved[GST_PADDING];
|
||||
};
|
||||
|
||||
struct _GstToc
|
||||
|
@ -92,9 +89,6 @@ struct _GstToc
|
|||
|
||||
GList *entries;
|
||||
GstTagList *tags;
|
||||
|
||||
/*< private > */
|
||||
gpointer _gst_reserved[GST_PADDING];
|
||||
};
|
||||
|
||||
#undef gst_toc_copy
|
||||
|
|
Loading…
Reference in a new issue