From 0b3bd4b954113025905ee0f50af06695e76e99b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 24 Jul 2013 10:30:25 +0200 Subject: [PATCH] tests: Remove other interface structs from the ABI tests too --- tests/check/gst/struct_arm.h | 4 ---- tests/check/gst/struct_hppa.h | 4 ---- tests/check/gst/struct_i386.h | 4 ---- tests/check/gst/struct_i386w.h | 4 ---- tests/check/gst/struct_ppc32.h | 4 ---- tests/check/gst/struct_ppc64.h | 4 ---- tests/check/gst/struct_sparc.h | 4 ---- tests/check/gst/struct_x86_64.h | 4 ---- 8 files changed, 32 deletions(-) diff --git a/tests/check/gst/struct_arm.h b/tests/check/gst/struct_arm.h index 4790f97e8d..7660266795 100644 --- a/tests/check/gst/struct_arm.h +++ b/tests/check/gst/struct_arm.h @@ -12,7 +12,6 @@ GstCheckABIStruct list[] = { {"GstBusClass", sizeof (GstBusClass), 116}, {"GstBus", sizeof (GstBus), 88}, {"GstCaps", sizeof (GstCaps), 36}, - {"GstChildProxyInterface", sizeof (GstChildProxyInterface), 44}, {"GstClockClass", sizeof (GstClockClass), 132}, {"GstClockEntry", sizeof (GstClockEntry), 72}, {"GstClock", sizeof (GstClock), 88}, @@ -46,7 +45,6 @@ GstCheckABIStruct list[] = { {"GstPipelineClass", sizeof (GstPipelineClass), 308}, {"GstPipeline", sizeof (GstPipeline), 296}, {"GstPluginDesc", sizeof (GstPluginDesc), 60}, - {"GstPresetInterface", sizeof (GstPresetInterface), 56}, {"GstProxyPadClass", sizeof (GstProxyPadClass), 120}, {"GstProxyPad", sizeof (GstProxyPad), 312}, {"GstQuery", sizeof (GstQuery), 40}, @@ -64,9 +62,7 @@ GstCheckABIStruct list[] = { {"GstTaskPoolClass", sizeof (GstTaskPoolClass), 124}, {"GstTaskPool", sizeof (GstTaskPool), 88}, {"GstTimedValue", sizeof (GstTimedValue), 16}, - {"GstTocSetterInterface", sizeof (GstTocSetterInterface), 8}, {"GstTypeFind", sizeof (GstTypeFind), 32}, - {"GstURIHandlerInterface", sizeof (GstURIHandlerInterface), 24}, {"GstValueTable", sizeof (GstValueTable), 32}, {NULL, 0, 0} }; diff --git a/tests/check/gst/struct_hppa.h b/tests/check/gst/struct_hppa.h index eb36a2d04b..5794580e61 100644 --- a/tests/check/gst/struct_hppa.h +++ b/tests/check/gst/struct_hppa.h @@ -11,7 +11,6 @@ static GstCheckABIStruct list[] = { {"GstBusClass", sizeof (GstBusClass), 232}, {"GstBus", sizeof (GstBus), 128}, {"GstCaps", sizeof (GstCaps), 64}, - {"GstChildProxyInterface", sizeof (GstChildProxyInterface), 88}, {"GstClockClass", sizeof (GstClockClass), 264}, {"GstClockEntry", sizeof (GstClockEntry), 112}, {"GstClock", sizeof (GstClock), 128}, @@ -45,7 +44,6 @@ static GstCheckABIStruct list[] = { {"GstPipelineClass", sizeof (GstPipelineClass), 608}, {"GstPipeline", sizeof (GstPipeline), 440}, {"GstPluginDesc", sizeof (GstPluginDesc), 112}, - {"GstPresetInterface", sizeof (GstPresetInterface), 112}, {"GstProxyPadClass", sizeof (GstProxyPadClass), 240}, {"GstProxyPad", sizeof (GstProxyPad), 528}, {"GstQuery", sizeof (GstQuery), 72}, @@ -63,9 +61,7 @@ static GstCheckABIStruct list[] = { {"GstTaskPoolClass", sizeof (GstTaskPoolClass), 248}, {"GstTaskPool", sizeof (GstTaskPool), 128}, {"GstTimedValue", sizeof (GstTimedValue), 16}, - {"GstTocSetterInterface", sizeof (GstTocSetterInterface), 16}, {"GstTypeFind", sizeof (GstTypeFind), 64}, - {"GstURIHandlerInterface", sizeof (GstURIHandlerInterface), 48}, {"GstValueTable", sizeof (GstValueTable), 64}, {NULL, 0, 0} }; diff --git a/tests/check/gst/struct_i386.h b/tests/check/gst/struct_i386.h index ba1394db28..33363e6845 100644 --- a/tests/check/gst/struct_i386.h +++ b/tests/check/gst/struct_i386.h @@ -11,7 +11,6 @@ static GstCheckABIStruct list[] = { {"GstBusClass", sizeof (GstBusClass), 116}, {"GstBus", sizeof (GstBus), 76}, {"GstCaps", sizeof (GstCaps), 36}, - {"GstChildProxyInterface", sizeof (GstChildProxyInterface), 44}, {"GstClockClass", sizeof (GstClockClass), 132}, {"GstClockEntry", sizeof (GstClockEntry), 68}, {"GstClock", sizeof (GstClock), 76}, @@ -45,7 +44,6 @@ static GstCheckABIStruct list[] = { {"GstPipelineClass", sizeof (GstPipelineClass), 308}, {"GstPipeline", sizeof (GstPipeline), 272}, {"GstPluginDesc", sizeof (GstPluginDesc), 60}, - {"GstPresetInterface", sizeof (GstPresetInterface), 56}, {"GstProxyPadClass", sizeof (GstProxyPadClass), 120}, {"GstProxyPad", sizeof (GstProxyPad), 292}, {"GstQuery", sizeof (GstQuery), 40}, @@ -63,9 +61,7 @@ static GstCheckABIStruct list[] = { {"GstTaskPoolClass", sizeof (GstTaskPoolClass), 124}, {"GstTaskPool", sizeof (GstTaskPool), 76}, {"GstTimedValue", sizeof (GstTimedValue), 16}, - {"GstTocSetterInterface", sizeof (GstTocSetterInterface), 8}, {"GstTypeFind", sizeof (GstTypeFind), 32}, - {"GstURIHandlerInterface", sizeof (GstURIHandlerInterface), 24}, {"GstValueTable", sizeof (GstValueTable), 32}, {NULL, 0, 0} }; diff --git a/tests/check/gst/struct_i386w.h b/tests/check/gst/struct_i386w.h index 154a1b0e34..91c0386b08 100644 --- a/tests/check/gst/struct_i386w.h +++ b/tests/check/gst/struct_i386w.h @@ -11,7 +11,6 @@ static GstCheckABIStruct list[] = { {"GstBusClass", sizeof (GstBusClass), 116}, {"GstBus", sizeof (GstBus), 88}, {"GstCaps", sizeof (GstCaps), 36}, - {"GstChildProxyInterface", sizeof (GstChildProxyInterface), 44}, {"GstClockClass", sizeof (GstClockClass), 132}, {"GstClockEntry", sizeof (GstClockEntry), 72}, {"GstClock", sizeof (GstClock), 88}, @@ -45,7 +44,6 @@ static GstCheckABIStruct list[] = { {"GstPipelineClass", sizeof (GstPipelineClass), 308}, {"GstPipeline", sizeof (GstPipeline), 296}, {"GstPluginDesc", sizeof (GstPluginDesc), 60}, - {"GstPresetInterface", sizeof (GstPresetInterface), 56}, {"GstProxyPadClass", sizeof (GstProxyPadClass), 120}, {"GstProxyPad", sizeof (GstProxyPad), 312}, {"GstQuery", sizeof (GstQuery), 40}, @@ -63,9 +61,7 @@ static GstCheckABIStruct list[] = { {"GstTaskPoolClass", sizeof (GstTaskPoolClass), 124}, {"GstTaskPool", sizeof (GstTaskPool), 88}, {"GstTimedValue", sizeof (GstTimedValue), 16}, - {"GstTocSetterInterface", sizeof (GstTocSetterInterface), 8}, {"GstTypeFind", sizeof (GstTypeFind), 32}, - {"GstURIHandlerInterface", sizeof (GstURIHandlerInterface), 24}, {"GstValueTable", sizeof (GstValueTable), 32}, {NULL, 0, 0} }; diff --git a/tests/check/gst/struct_ppc32.h b/tests/check/gst/struct_ppc32.h index 154a1b0e34..91c0386b08 100644 --- a/tests/check/gst/struct_ppc32.h +++ b/tests/check/gst/struct_ppc32.h @@ -11,7 +11,6 @@ static GstCheckABIStruct list[] = { {"GstBusClass", sizeof (GstBusClass), 116}, {"GstBus", sizeof (GstBus), 88}, {"GstCaps", sizeof (GstCaps), 36}, - {"GstChildProxyInterface", sizeof (GstChildProxyInterface), 44}, {"GstClockClass", sizeof (GstClockClass), 132}, {"GstClockEntry", sizeof (GstClockEntry), 72}, {"GstClock", sizeof (GstClock), 88}, @@ -45,7 +44,6 @@ static GstCheckABIStruct list[] = { {"GstPipelineClass", sizeof (GstPipelineClass), 308}, {"GstPipeline", sizeof (GstPipeline), 296}, {"GstPluginDesc", sizeof (GstPluginDesc), 60}, - {"GstPresetInterface", sizeof (GstPresetInterface), 56}, {"GstProxyPadClass", sizeof (GstProxyPadClass), 120}, {"GstProxyPad", sizeof (GstProxyPad), 312}, {"GstQuery", sizeof (GstQuery), 40}, @@ -63,9 +61,7 @@ static GstCheckABIStruct list[] = { {"GstTaskPoolClass", sizeof (GstTaskPoolClass), 124}, {"GstTaskPool", sizeof (GstTaskPool), 88}, {"GstTimedValue", sizeof (GstTimedValue), 16}, - {"GstTocSetterInterface", sizeof (GstTocSetterInterface), 8}, {"GstTypeFind", sizeof (GstTypeFind), 32}, - {"GstURIHandlerInterface", sizeof (GstURIHandlerInterface), 24}, {"GstValueTable", sizeof (GstValueTable), 32}, {NULL, 0, 0} }; diff --git a/tests/check/gst/struct_ppc64.h b/tests/check/gst/struct_ppc64.h index eb36a2d04b..5794580e61 100644 --- a/tests/check/gst/struct_ppc64.h +++ b/tests/check/gst/struct_ppc64.h @@ -11,7 +11,6 @@ static GstCheckABIStruct list[] = { {"GstBusClass", sizeof (GstBusClass), 232}, {"GstBus", sizeof (GstBus), 128}, {"GstCaps", sizeof (GstCaps), 64}, - {"GstChildProxyInterface", sizeof (GstChildProxyInterface), 88}, {"GstClockClass", sizeof (GstClockClass), 264}, {"GstClockEntry", sizeof (GstClockEntry), 112}, {"GstClock", sizeof (GstClock), 128}, @@ -45,7 +44,6 @@ static GstCheckABIStruct list[] = { {"GstPipelineClass", sizeof (GstPipelineClass), 608}, {"GstPipeline", sizeof (GstPipeline), 440}, {"GstPluginDesc", sizeof (GstPluginDesc), 112}, - {"GstPresetInterface", sizeof (GstPresetInterface), 112}, {"GstProxyPadClass", sizeof (GstProxyPadClass), 240}, {"GstProxyPad", sizeof (GstProxyPad), 528}, {"GstQuery", sizeof (GstQuery), 72}, @@ -63,9 +61,7 @@ static GstCheckABIStruct list[] = { {"GstTaskPoolClass", sizeof (GstTaskPoolClass), 248}, {"GstTaskPool", sizeof (GstTaskPool), 128}, {"GstTimedValue", sizeof (GstTimedValue), 16}, - {"GstTocSetterInterface", sizeof (GstTocSetterInterface), 16}, {"GstTypeFind", sizeof (GstTypeFind), 64}, - {"GstURIHandlerInterface", sizeof (GstURIHandlerInterface), 48}, {"GstValueTable", sizeof (GstValueTable), 64}, {NULL, 0, 0} }; diff --git a/tests/check/gst/struct_sparc.h b/tests/check/gst/struct_sparc.h index eb36a2d04b..5794580e61 100644 --- a/tests/check/gst/struct_sparc.h +++ b/tests/check/gst/struct_sparc.h @@ -11,7 +11,6 @@ static GstCheckABIStruct list[] = { {"GstBusClass", sizeof (GstBusClass), 232}, {"GstBus", sizeof (GstBus), 128}, {"GstCaps", sizeof (GstCaps), 64}, - {"GstChildProxyInterface", sizeof (GstChildProxyInterface), 88}, {"GstClockClass", sizeof (GstClockClass), 264}, {"GstClockEntry", sizeof (GstClockEntry), 112}, {"GstClock", sizeof (GstClock), 128}, @@ -45,7 +44,6 @@ static GstCheckABIStruct list[] = { {"GstPipelineClass", sizeof (GstPipelineClass), 608}, {"GstPipeline", sizeof (GstPipeline), 440}, {"GstPluginDesc", sizeof (GstPluginDesc), 112}, - {"GstPresetInterface", sizeof (GstPresetInterface), 112}, {"GstProxyPadClass", sizeof (GstProxyPadClass), 240}, {"GstProxyPad", sizeof (GstProxyPad), 528}, {"GstQuery", sizeof (GstQuery), 72}, @@ -63,9 +61,7 @@ static GstCheckABIStruct list[] = { {"GstTaskPoolClass", sizeof (GstTaskPoolClass), 248}, {"GstTaskPool", sizeof (GstTaskPool), 128}, {"GstTimedValue", sizeof (GstTimedValue), 16}, - {"GstTocSetterInterface", sizeof (GstTocSetterInterface), 16}, {"GstTypeFind", sizeof (GstTypeFind), 64}, - {"GstURIHandlerInterface", sizeof (GstURIHandlerInterface), 48}, {"GstValueTable", sizeof (GstValueTable), 64}, {NULL, 0, 0} }; diff --git a/tests/check/gst/struct_x86_64.h b/tests/check/gst/struct_x86_64.h index eb36a2d04b..5794580e61 100644 --- a/tests/check/gst/struct_x86_64.h +++ b/tests/check/gst/struct_x86_64.h @@ -11,7 +11,6 @@ static GstCheckABIStruct list[] = { {"GstBusClass", sizeof (GstBusClass), 232}, {"GstBus", sizeof (GstBus), 128}, {"GstCaps", sizeof (GstCaps), 64}, - {"GstChildProxyInterface", sizeof (GstChildProxyInterface), 88}, {"GstClockClass", sizeof (GstClockClass), 264}, {"GstClockEntry", sizeof (GstClockEntry), 112}, {"GstClock", sizeof (GstClock), 128}, @@ -45,7 +44,6 @@ static GstCheckABIStruct list[] = { {"GstPipelineClass", sizeof (GstPipelineClass), 608}, {"GstPipeline", sizeof (GstPipeline), 440}, {"GstPluginDesc", sizeof (GstPluginDesc), 112}, - {"GstPresetInterface", sizeof (GstPresetInterface), 112}, {"GstProxyPadClass", sizeof (GstProxyPadClass), 240}, {"GstProxyPad", sizeof (GstProxyPad), 528}, {"GstQuery", sizeof (GstQuery), 72}, @@ -63,9 +61,7 @@ static GstCheckABIStruct list[] = { {"GstTaskPoolClass", sizeof (GstTaskPoolClass), 248}, {"GstTaskPool", sizeof (GstTaskPool), 128}, {"GstTimedValue", sizeof (GstTimedValue), 16}, - {"GstTocSetterInterface", sizeof (GstTocSetterInterface), 16}, {"GstTypeFind", sizeof (GstTypeFind), 64}, - {"GstURIHandlerInterface", sizeof (GstURIHandlerInterface), 48}, {"GstValueTable", sizeof (GstValueTable), 64}, {NULL, 0, 0} };