Skip to content

gst_private.h: increse padding in struct _GstClockEntryImpl

Håvard Graff requested to merge hgr/gstreamer:hgr/add-clock-padding into master

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).

Edited by Sebastian Dröge

Merge request reports