meta: remove unnecessary padding for GstMetaInfo struct
authorTim-Philipp Müller <tim@centricular.com>
Fri, 2 Dec 2016 15:30:59 +0000 (15:30 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Mon, 5 Dec 2016 20:35:41 +0000 (20:35 +0000)
commit8e4582946ce9a2542a716e0e1ee6d5a9eb976b46
tree4dd574d203ec47fee5ff2655e9ad2ee96391c1ce
parentcf7cfb0a0e52289c67b25e16541cccf68a3ecf47
meta: remove unnecessary padding for GstMetaInfo struct

This structure is always allocated by GStreamer, can't be
subclassed or extended, and is never allocated or used on
the stack, so we don't need any padding and can extend it
as we please.
gst/gstmeta.h
tests/check/gst/struct_arm.h
tests/check/gst/struct_hppa.h
tests/check/gst/struct_i386.h
tests/check/gst/struct_i386w.h
tests/check/gst/struct_ppc32.h
tests/check/gst/struct_ppc64.h
tests/check/gst/struct_sparc.h
tests/check/gst/struct_x86_64.h