mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 07:16:55 +00:00
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:
parent
99014adcae
commit
242e077e46
1 changed files with 3 additions and 0 deletions
|
@ -126,6 +126,9 @@ typedef struct {
|
||||||
GstBuffer * buffer;
|
GstBuffer * buffer;
|
||||||
guint flags;
|
guint flags;
|
||||||
gint overhead;
|
gint overhead;
|
||||||
|
/*< private >*/
|
||||||
|
gint _gst_reserved_i[2];
|
||||||
|
gpointer _gst_reserved_p[2];
|
||||||
} GstBaseParseFrame;
|
} GstBaseParseFrame;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue