toc: remove padding now that the structs are private

This commit is contained in:
Tim-Philipp Müller 2012-07-09 13:15:46 +01:00
parent 1ba0d6f6f6
commit f6e8786be8

View file

@ -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