gst_private.h: increse padding in struct _GstClockEntryImpl
authorHavard Graff <havard.graff@gmail.com>
Mon, 8 Jun 2020 20:47:56 +0000 (22:47 +0200)
committerHavard Graff <havard.graff@gmail.com>
Mon, 8 Jun 2020 20:48:55 +0000 (22:48 +0200)
commit0b0a120a3711202334bcf6e35e849e529e832465
treeec2f3cad205eb88ea38b4fdc78b3e28df2c5c2ea
parentd1cd07b72b8bfaf41b350062ba89e091d650d79f
gst_private.h: increse padding in struct _GstClockEntryImpl

When compiling for 32bit ios arm, the static assert that the
GstClockEntryImpl smaller or equal to the struct _GstClockEntryImpl
triggered. (they were 12bytes off).

To fix this, the padding is increased by 12 bytes (on 32bit).

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/525>
gst/gst_private.h