controller: add the missing abi padding
authorStefan Sauer <ensonic@users.sf.net>
Mon, 28 Sep 2015 14:19:40 +0000 (16:19 +0200)
committerStefan Sauer <ensonic@users.sf.net>
Mon, 28 Sep 2015 14:23:41 +0000 (16:23 +0200)
commitd4f81fb4e62d34a4c1dabc65b23ede7ce7694c63
tree6d2e221c808f1307d63413c0c66af68c9aa4d5c1
parentd5ded1588920c4471eefe055d09095d9e5e989b5
controller: add the missing abi padding

While this technically is an abi break, we decided to do this:
1) the struct is documented to be internal
2) the struct is alloced and freed inside the library
3) there are no public methods that receive or return instances
4) the only code known to use this struct are classes containd here
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