controlpoint: change the padding to be of arch-independent size
authorStefan Sauer <ensonic@users.sf.net>
Wed, 30 Sep 2015 15:29:16 +0000 (17:29 +0200)
committerStefan Sauer <ensonic@users.sf.net>
Wed, 30 Sep 2015 15:31:58 +0000 (17:31 +0200)
commit848713311424bc94ed6087ca2636f4e8fae01747
tree157c278f81c2af42923d47919e0da5748db62327
parent7c58eefb77bd78cd766c44de56bc69d3d606c386
controlpoint: change the padding to be of arch-independent size

The default padding I introduced in d4f81fb4e62d34a4c1dabc65b23ede7ce7694c63 is
actually only 4 pointers and on 32bit platforms already smaller than the union.
Replace it with a fixed 64byte padding. Don't add the normal padding for now.

Fixes #755822
libs/gst/controller/gsttimedvaluecontrolsource.h
tests/check/libs/struct_arm.h
tests/check/libs/struct_hppa.h
tests/check/libs/struct_i386.h
tests/check/libs/struct_ppc32.h
tests/check/libs/struct_ppc64.h
tests/check/libs/struct_sparc.h
tests/check/libs/struct_x86_64.h