summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2016-12-02 15:30:59 +0000
committerTim-Philipp Müller <tim@centricular.com>2016-12-05 20:35:41 +0000
commit8e4582946ce9a2542a716e0e1ee6d5a9eb976b46 (patch)
tree4dd574d203ec47fee5ff2655e9ad2ee96391c1ce /tests
parentcf7cfb0a0e52289c67b25e16541cccf68a3ecf47 (diff)
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.
Diffstat (limited to 'tests')
-rw-r--r--tests/check/gst/struct_arm.h1
-rw-r--r--tests/check/gst/struct_hppa.h1
-rw-r--r--tests/check/gst/struct_i386.h1
-rw-r--r--tests/check/gst/struct_i386w.h1
-rw-r--r--tests/check/gst/struct_ppc32.h1
-rw-r--r--tests/check/gst/struct_ppc64.h1
-rw-r--r--tests/check/gst/struct_sparc.h1
-rw-r--r--tests/check/gst/struct_x86_64.h1
8 files changed, 0 insertions, 8 deletions
diff --git a/tests/check/gst/struct_arm.h b/tests/check/gst/struct_arm.h
index 766026679..3f7be8afa 100644
--- a/tests/check/gst/struct_arm.h
+++ b/tests/check/gst/struct_arm.h
@@ -32,7 +32,6 @@ GstCheckABIStruct list[] = {
{"GstMessage", sizeof (GstMessage), 80},
{"GstMeta", sizeof (GstMeta), 8},
{"GstMetaTransformCopy", sizeof (GstMetaTransformCopy), 12},
- {"GstMetaInfo", sizeof (GstMetaInfo), 40},
{"GstMiniObject", sizeof (GstMiniObject), 36},
{"GstObjectClass", sizeof (GstObjectClass), 92},
{"GstObject", sizeof (GstObject), 64},
diff --git a/tests/check/gst/struct_hppa.h b/tests/check/gst/struct_hppa.h
index 5794580e6..2708df01c 100644
--- a/tests/check/gst/struct_hppa.h
+++ b/tests/check/gst/struct_hppa.h
@@ -31,7 +31,6 @@ static GstCheckABIStruct list[] = {
{"GstMessage", sizeof (GstMessage), 120},
{"GstMeta", sizeof (GstMeta), 16},
{"GstMetaTransformCopy", sizeof (GstMetaTransformCopy), 24},
- {"GstMetaInfo", sizeof (GstMetaInfo), 80},
{"GstMiniObject", sizeof (GstMiniObject), 64},
{"GstObjectClass", sizeof (GstObjectClass), 184},
{"GstObject", sizeof (GstObject), 88},
diff --git a/tests/check/gst/struct_i386.h b/tests/check/gst/struct_i386.h
index 33363e684..015ee64a7 100644
--- a/tests/check/gst/struct_i386.h
+++ b/tests/check/gst/struct_i386.h
@@ -31,7 +31,6 @@ static GstCheckABIStruct list[] = {
{"GstMessage", sizeof (GstMessage), 76},
{"GstMeta", sizeof (GstMeta), 8},
{"GstMetaTransformCopy", sizeof (GstMetaTransformCopy), 12},
- {"GstMetaInfo", sizeof (GstMetaInfo), 40},
{"GstMiniObject", sizeof (GstMiniObject), 36},
{"GstObjectClass", sizeof (GstObjectClass), 92},
{"GstObject", sizeof (GstObject), 56},
diff --git a/tests/check/gst/struct_i386w.h b/tests/check/gst/struct_i386w.h
index 91c0386b0..5d985acfb 100644
--- a/tests/check/gst/struct_i386w.h
+++ b/tests/check/gst/struct_i386w.h
@@ -31,7 +31,6 @@ static GstCheckABIStruct list[] = {
{"GstMessage", sizeof (GstMessage), 80},
{"GstMeta", sizeof (GstMeta), 8},
{"GstMetaTransformCopy", sizeof (GstMetaTransformCopy), 12},
- {"GstMetaInfo", sizeof (GstMetaInfo), 40},
{"GstMiniObject", sizeof (GstMiniObject), 36},
{"GstObjectClass", sizeof (GstObjectClass), 92},
{"GstObject", sizeof (GstObject), 64},
diff --git a/tests/check/gst/struct_ppc32.h b/tests/check/gst/struct_ppc32.h
index 91c0386b0..5d985acfb 100644
--- a/tests/check/gst/struct_ppc32.h
+++ b/tests/check/gst/struct_ppc32.h
@@ -31,7 +31,6 @@ static GstCheckABIStruct list[] = {
{"GstMessage", sizeof (GstMessage), 80},
{"GstMeta", sizeof (GstMeta), 8},
{"GstMetaTransformCopy", sizeof (GstMetaTransformCopy), 12},
- {"GstMetaInfo", sizeof (GstMetaInfo), 40},
{"GstMiniObject", sizeof (GstMiniObject), 36},
{"GstObjectClass", sizeof (GstObjectClass), 92},
{"GstObject", sizeof (GstObject), 64},
diff --git a/tests/check/gst/struct_ppc64.h b/tests/check/gst/struct_ppc64.h
index 5794580e6..2708df01c 100644
--- a/tests/check/gst/struct_ppc64.h
+++ b/tests/check/gst/struct_ppc64.h
@@ -31,7 +31,6 @@ static GstCheckABIStruct list[] = {
{"GstMessage", sizeof (GstMessage), 120},
{"GstMeta", sizeof (GstMeta), 16},
{"GstMetaTransformCopy", sizeof (GstMetaTransformCopy), 24},
- {"GstMetaInfo", sizeof (GstMetaInfo), 80},
{"GstMiniObject", sizeof (GstMiniObject), 64},
{"GstObjectClass", sizeof (GstObjectClass), 184},
{"GstObject", sizeof (GstObject), 88},
diff --git a/tests/check/gst/struct_sparc.h b/tests/check/gst/struct_sparc.h
index 5794580e6..2708df01c 100644
--- a/tests/check/gst/struct_sparc.h
+++ b/tests/check/gst/struct_sparc.h
@@ -31,7 +31,6 @@ static GstCheckABIStruct list[] = {
{"GstMessage", sizeof (GstMessage), 120},
{"GstMeta", sizeof (GstMeta), 16},
{"GstMetaTransformCopy", sizeof (GstMetaTransformCopy), 24},
- {"GstMetaInfo", sizeof (GstMetaInfo), 80},
{"GstMiniObject", sizeof (GstMiniObject), 64},
{"GstObjectClass", sizeof (GstObjectClass), 184},
{"GstObject", sizeof (GstObject), 88},
diff --git a/tests/check/gst/struct_x86_64.h b/tests/check/gst/struct_x86_64.h
index 5794580e6..2708df01c 100644
--- a/tests/check/gst/struct_x86_64.h
+++ b/tests/check/gst/struct_x86_64.h
@@ -31,7 +31,6 @@ static GstCheckABIStruct list[] = {
{"GstMessage", sizeof (GstMessage), 120},
{"GstMeta", sizeof (GstMeta), 16},
{"GstMetaTransformCopy", sizeof (GstMetaTransformCopy), 24},
- {"GstMetaInfo", sizeof (GstMetaInfo), 80},
{"GstMiniObject", sizeof (GstMiniObject), 64},
{"GstObjectClass", sizeof (GstObjectClass), 184},
{"GstObject", sizeof (GstObject), 88},