baseparse: add some padding to GstBaseParseFrame

Esp. since it's usually allocated on the stack.

https://bugzilla.gnome.org/show_bug.cgi?id=518857
This commit is contained in:
Tim-Philipp Müller 2011-04-02 14:18:57 +01:00
parent 99014adcae
commit 242e077e46

View file

@ -126,6 +126,9 @@ typedef struct {
GstBuffer * buffer;
guint flags;
gint overhead;
/*< private >*/
gint _gst_reserved_i[2];
gpointer _gst_reserved_p[2];
} GstBaseParseFrame;
/**