From e6889791698f01ae237f41355df96a8547a21f6c Mon Sep 17 00:00:00 2001 From: Alessandro Decina Date: Tue, 6 Jul 2010 10:31:25 +0200 Subject: [PATCH] tests: remove ABI checks for GstClockEntry. --- tests/check/gst/struct_hppa.h | 1 - tests/check/gst/struct_i386.h | 1 - tests/check/gst/struct_ppc32.h | 1 - tests/check/gst/struct_ppc64.h | 1 - tests/check/gst/struct_sparc.h | 1 - tests/check/gst/struct_x86_64.h | 1 - 6 files changed, 6 deletions(-) diff --git a/tests/check/gst/struct_hppa.h b/tests/check/gst/struct_hppa.h index a458c52..f59fe07 100644 --- a/tests/check/gst/struct_hppa.h +++ b/tests/check/gst/struct_hppa.h @@ -8,7 +8,6 @@ static GstCheckABIStruct list[] = { {"GstCaps", sizeof (GstCaps), 32}, {"GstStaticCaps", sizeof (GstStaticCaps), 52}, {"GstChildProxyInterface", sizeof (GstChildProxyInterface), 40}, - {"GstClockEntry", sizeof (GstClockEntry), 48}, {"GstClock", sizeof (GstClock), 176}, {"GstClockClass", sizeof (GstClockClass), 160}, {"GstElement", sizeof (GstElement), 136}, diff --git a/tests/check/gst/struct_i386.h b/tests/check/gst/struct_i386.h index de68f1e..06de6fd 100644 --- a/tests/check/gst/struct_i386.h +++ b/tests/check/gst/struct_i386.h @@ -8,7 +8,6 @@ static GstCheckABIStruct list[] = { {"GstCaps", sizeof(GstCaps), 32}, {"GstStaticCaps", sizeof(GstStaticCaps), 52}, {"GstChildProxyInterface", sizeof(GstChildProxyInterface), 40}, - {"GstClockEntry", sizeof(GstClockEntry), 40}, {"GstClock", sizeof(GstClock), 172}, {"GstClockClass", sizeof(GstClockClass), 160}, {"GstElement", sizeof(GstElement), 128}, diff --git a/tests/check/gst/struct_ppc32.h b/tests/check/gst/struct_ppc32.h index a458c52..f59fe07 100644 --- a/tests/check/gst/struct_ppc32.h +++ b/tests/check/gst/struct_ppc32.h @@ -8,7 +8,6 @@ static GstCheckABIStruct list[] = { {"GstCaps", sizeof (GstCaps), 32}, {"GstStaticCaps", sizeof (GstStaticCaps), 52}, {"GstChildProxyInterface", sizeof (GstChildProxyInterface), 40}, - {"GstClockEntry", sizeof (GstClockEntry), 48}, {"GstClock", sizeof (GstClock), 176}, {"GstClockClass", sizeof (GstClockClass), 160}, {"GstElement", sizeof (GstElement), 136}, diff --git a/tests/check/gst/struct_ppc64.h b/tests/check/gst/struct_ppc64.h index b3e2a92..4bb20fa 100644 --- a/tests/check/gst/struct_ppc64.h +++ b/tests/check/gst/struct_ppc64.h @@ -8,7 +8,6 @@ static GstCheckABIStruct list[] = { {"GstCaps", sizeof (GstCaps), 56} , {"GstStaticCaps", sizeof (GstStaticCaps), 96} , {"GstChildProxyInterface", sizeof (GstChildProxyInterface), 80} , - {"GstClockEntry", sizeof (GstClockEntry), 64} , {"GstClock", sizeof (GstClock), 240} , {"GstClockClass", sizeof (GstClockClass), 320} , {"GstElement", sizeof (GstElement), 232} , diff --git a/tests/check/gst/struct_sparc.h b/tests/check/gst/struct_sparc.h index 34feebe..23ac70e 100644 --- a/tests/check/gst/struct_sparc.h +++ b/tests/check/gst/struct_sparc.h @@ -9,7 +9,6 @@ GstCheckABIStruct list[] = { {"GstCaps", sizeof (GstCaps), 32}, {"GstStaticCaps", sizeof (GstStaticCaps), 52}, {"GstChildProxyInterface", sizeof (GstChildProxyInterface), 40}, - {"GstClockEntry", sizeof (GstClockEntry), 48}, {"GstClock", sizeof (GstClock), 176}, {"GstClockClass", sizeof (GstClockClass), 160}, {"GstElement", sizeof (GstElement), 136}, diff --git a/tests/check/gst/struct_x86_64.h b/tests/check/gst/struct_x86_64.h index b3e2a92..4bb20fa 100644 --- a/tests/check/gst/struct_x86_64.h +++ b/tests/check/gst/struct_x86_64.h @@ -8,7 +8,6 @@ static GstCheckABIStruct list[] = { {"GstCaps", sizeof (GstCaps), 56} , {"GstStaticCaps", sizeof (GstStaticCaps), 96} , {"GstChildProxyInterface", sizeof (GstChildProxyInterface), 80} , - {"GstClockEntry", sizeof (GstClockEntry), 64} , {"GstClock", sizeof (GstClock), 240} , {"GstClockClass", sizeof (GstClockClass), 320} , {"GstElement", sizeof (GstElement), 232} , -- 2.7.4