mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-21 07:46:38 +00:00
tests: update struct_i386.h for ABI checks
Fixes make check on 32-bit x86.
This commit is contained in:
parent
856e61c2dd
commit
36b2cb2a97
2 changed files with 100 additions and 100 deletions
|
@ -1,72 +1,72 @@
|
||||||
static GstCheckABIStruct list[] = {
|
static GstCheckABIStruct list[] = {
|
||||||
{"GstAllocationParams", sizeof (GstAllocationParams), 64},
|
{"GstAllocationParams", sizeof (GstAllocationParams), 32},
|
||||||
{"GstAllocator", sizeof (GstAllocator), 176},
|
{"GstAllocator", sizeof (GstAllocator), 100},
|
||||||
{"GstAllocatorClass", sizeof (GstAllocatorClass), 232},
|
{"GstAllocatorClass", sizeof (GstAllocatorClass), 116},
|
||||||
{"GstBinClass", sizeof (GstBinClass), 576},
|
{"GstBinClass", sizeof (GstBinClass), 292},
|
||||||
{"GstBin", sizeof (GstBin), 376},
|
{"GstBin", sizeof (GstBin), 232},
|
||||||
{"GstBuffer", sizeof (GstBuffer), 112},
|
{"GstBuffer", sizeof (GstBuffer), 80},
|
||||||
{"GstBufferPoolAcquireParams", sizeof (GstBufferPoolAcquireParams), 64},
|
{"GstBufferPoolAcquireParams", sizeof (GstBufferPoolAcquireParams), 40},
|
||||||
{"GstBufferPool", sizeof (GstBufferPool), 136},
|
{"GstBufferPool", sizeof (GstBufferPool), 80},
|
||||||
{"GstBufferPoolClass", sizeof (GstBufferPoolClass), 288},
|
{"GstBufferPoolClass", sizeof (GstBufferPoolClass), 144},
|
||||||
{"GstBusClass", sizeof (GstBusClass), 232},
|
{"GstBusClass", sizeof (GstBusClass), 116},
|
||||||
{"GstBus", sizeof (GstBus), 128},
|
{"GstBus", sizeof (GstBus), 76},
|
||||||
{"GstCaps", sizeof (GstCaps), 64},
|
{"GstCaps", sizeof (GstCaps), 36},
|
||||||
{"GstChildProxyInterface", sizeof (GstChildProxyInterface), 88},
|
{"GstChildProxyInterface", sizeof (GstChildProxyInterface), 44},
|
||||||
{"GstClockClass", sizeof (GstClockClass), 264},
|
{"GstClockClass", sizeof (GstClockClass), 132},
|
||||||
{"GstClockEntry", sizeof (GstClockEntry), 112},
|
{"GstClockEntry", sizeof (GstClockEntry), 68},
|
||||||
{"GstClock", sizeof (GstClock), 128},
|
{"GstClock", sizeof (GstClock), 76},
|
||||||
{"GstControlBinding", sizeof (GstControlBinding), 152},
|
{"GstControlBinding", sizeof (GstControlBinding), 88},
|
||||||
{"GstControlBindingClass", sizeof (GstControlBindingClass), 248},
|
{"GstControlBindingClass", sizeof (GstControlBindingClass), 124},
|
||||||
{"GstControlSource", sizeof (GstControlSource), 136},
|
{"GstControlSource", sizeof (GstControlSource), 80},
|
||||||
{"GstControlSourceClass", sizeof (GstControlSourceClass), 216},
|
{"GstControlSourceClass", sizeof (GstControlSourceClass), 108},
|
||||||
{"GstDebugCategory", sizeof (GstDebugCategory), 24},
|
{"GstDebugCategory", sizeof (GstDebugCategory), 16},
|
||||||
{"GstElementClass", sizeof (GstElementClass), 488},
|
{"GstElementClass", sizeof (GstElementClass), 248},
|
||||||
{"GstElement", sizeof (GstElement), 264},
|
{"GstElement", sizeof (GstElement), 172},
|
||||||
{"GstEvent", sizeof (GstEvent), 88},
|
{"GstEvent", sizeof (GstEvent), 52},
|
||||||
{"GstFormatDefinition", sizeof (GstFormatDefinition), 32},
|
{"GstFormatDefinition", sizeof (GstFormatDefinition), 16},
|
||||||
{"GstGhostPadClass", sizeof (GstGhostPadClass), 272},
|
{"GstGhostPadClass", sizeof (GstGhostPadClass), 136},
|
||||||
{"GstGhostPad", sizeof (GstGhostPad), 536},
|
{"GstGhostPad", sizeof (GstGhostPad), 296},
|
||||||
{"GstIterator", sizeof (GstIterator), 120},
|
{"GstIterator", sizeof (GstIterator), 60},
|
||||||
{"GstMemory", sizeof (GstMemory), 112},
|
{"GstMemory", sizeof (GstMemory), 60},
|
||||||
{"GstMapInfo", sizeof (GstMapInfo), 104},
|
{"GstMapInfo", sizeof (GstMapInfo), 52},
|
||||||
{"GstMessage", sizeof (GstMessage), 120},
|
{"GstMessage", sizeof (GstMessage), 76},
|
||||||
{"GstMeta", sizeof (GstMeta), 16},
|
{"GstMeta", sizeof (GstMeta), 8},
|
||||||
{"GstMetaTransformCopy", sizeof (GstMetaTransformCopy), 24},
|
{"GstMetaTransformCopy", sizeof (GstMetaTransformCopy), 12},
|
||||||
{"GstMetaInfo", sizeof (GstMetaInfo), 80},
|
{"GstMetaInfo", sizeof (GstMetaInfo), 40},
|
||||||
{"GstMiniObject", sizeof (GstMiniObject), 64},
|
{"GstMiniObject", sizeof (GstMiniObject), 36},
|
||||||
{"GstObjectClass", sizeof (GstObjectClass), 184},
|
{"GstObjectClass", sizeof (GstObjectClass), 92},
|
||||||
{"GstObject", sizeof (GstObject), 88},
|
{"GstObject", sizeof (GstObject), 56},
|
||||||
{"GstPadClass", sizeof (GstPadClass), 232},
|
{"GstPadClass", sizeof (GstPadClass), 116},
|
||||||
{"GstPad", sizeof (GstPad), 520},
|
{"GstPad", sizeof (GstPad), 288},
|
||||||
{"GstPadProbeInfo", sizeof (GstPadProbeInfo), 72},
|
{"GstPadProbeInfo", sizeof (GstPadProbeInfo), 40},
|
||||||
{"GstPadTemplateClass", sizeof (GstPadTemplateClass), 224},
|
{"GstPadTemplateClass", sizeof (GstPadTemplateClass), 112},
|
||||||
{"GstPadTemplate", sizeof (GstPadTemplate), 144},
|
{"GstPadTemplate", sizeof (GstPadTemplate), 88},
|
||||||
{"GstParamSpecFraction", sizeof (GstParamSpecFraction), 96},
|
{"GstParamSpecFraction", sizeof (GstParamSpecFraction), 64},
|
||||||
{"GstPipelineClass", sizeof (GstPipelineClass), 608},
|
{"GstPipelineClass", sizeof (GstPipelineClass), 308},
|
||||||
{"GstPipeline", sizeof (GstPipeline), 440},
|
{"GstPipeline", sizeof (GstPipeline), 272},
|
||||||
{"GstPluginDesc", sizeof (GstPluginDesc), 112},
|
{"GstPluginDesc", sizeof (GstPluginDesc), 60},
|
||||||
{"GstPresetInterface", sizeof (GstPresetInterface), 112},
|
{"GstPresetInterface", sizeof (GstPresetInterface), 56},
|
||||||
{"GstProxyPadClass", sizeof (GstProxyPadClass), 240},
|
{"GstProxyPadClass", sizeof (GstProxyPadClass), 120},
|
||||||
{"GstProxyPad", sizeof (GstProxyPad), 528},
|
{"GstProxyPad", sizeof (GstProxyPad), 292},
|
||||||
{"GstQuery", sizeof (GstQuery), 72},
|
{"GstQuery", sizeof (GstQuery), 40},
|
||||||
{"GstRegistryClass", sizeof (GstRegistryClass), 184},
|
{"GstRegistryClass", sizeof (GstRegistryClass), 92},
|
||||||
{"GstRegistry", sizeof (GstRegistry), 96},
|
{"GstRegistry", sizeof (GstRegistry), 60},
|
||||||
{"GstSegment", sizeof (GstSegment), 120},
|
{"GstSegment", sizeof (GstSegment), 96},
|
||||||
{"GstStaticCaps", sizeof (GstStaticCaps), 48},
|
{"GstStaticCaps", sizeof (GstStaticCaps), 24},
|
||||||
{"GstStaticPadTemplate", sizeof (GstStaticPadTemplate), 64},
|
{"GstStaticPadTemplate", sizeof (GstStaticPadTemplate), 36},
|
||||||
{"GstStructure", sizeof (GstStructure), 16},
|
{"GstStructure", sizeof (GstStructure), 8},
|
||||||
{"GstSystemClockClass", sizeof (GstSystemClockClass), 296},
|
{"GstSystemClockClass", sizeof (GstSystemClockClass), 148},
|
||||||
{"GstSystemClock", sizeof (GstSystemClock), 168},
|
{"GstSystemClock", sizeof (GstSystemClock), 96},
|
||||||
{"GstTagList", sizeof (GstTagList), 64,},
|
{"GstTagList", sizeof (GstTagList), 36},
|
||||||
{"GstTagSetterInterface", sizeof (GstTagSetterInterface), 16},
|
{"GstTagSetterInterface", sizeof (GstTagSetterInterface), 8},
|
||||||
{"GstTaskClass", sizeof (GstTaskClass), 224},
|
{"GstTaskClass", sizeof (GstTaskClass), 112},
|
||||||
{"GstTask", sizeof (GstTask), 200},
|
{"GstTask", sizeof (GstTask), 116},
|
||||||
{"GstTaskPoolClass", sizeof (GstTaskPoolClass), 248},
|
{"GstTaskPoolClass", sizeof (GstTaskPoolClass), 124},
|
||||||
{"GstTaskPool", sizeof (GstTaskPool), 128},
|
{"GstTaskPool", sizeof (GstTaskPool), 76},
|
||||||
{"GstTimedValue", sizeof (GstTimedValue), 16},
|
{"GstTimedValue", sizeof (GstTimedValue), 16},
|
||||||
{"GstTocSetterInterface", sizeof (GstTocSetterInterface), 16},
|
{"GstTocSetterInterface", sizeof (GstTocSetterInterface), 8},
|
||||||
{"GstTypeFind", sizeof (GstTypeFind), 64},
|
{"GstTypeFind", sizeof (GstTypeFind), 32},
|
||||||
{"GstURIHandlerInterface", sizeof (GstURIHandlerInterface), 48},
|
{"GstURIHandlerInterface", sizeof (GstURIHandlerInterface), 24},
|
||||||
{"GstValueTable", sizeof (GstValueTable), 64},
|
{"GstValueTable", sizeof (GstValueTable), 32},
|
||||||
{NULL, 0, 0}
|
{NULL, 0, 0}
|
||||||
};
|
};
|
||||||
|
|
|
@ -1,39 +1,39 @@
|
||||||
|
|
||||||
GstCheckABIStruct list[] = {
|
GstCheckABIStruct list[] = {
|
||||||
{"GstBaseParseClass", sizeof (GstBaseParseClass), 728},
|
{"GstBaseParseClass", sizeof (GstBaseParseClass), 368},
|
||||||
{"GstBaseParse", sizeof (GstBaseParse), 576},
|
{"GstBaseParse", sizeof (GstBaseParse), 364},
|
||||||
{"GstBaseSinkClass", sizeof (GstBaseSinkClass), 792},
|
{"GstBaseSinkClass", sizeof (GstBaseSinkClass), 400},
|
||||||
{"GstBaseSink", sizeof (GstBaseSink), 664},
|
{"GstBaseSink", sizeof (GstBaseSink), 440},
|
||||||
{"GstBaseSrcClass", sizeof (GstBaseSrcClass), 800},
|
{"GstBaseSrcClass", sizeof (GstBaseSrcClass), 404},
|
||||||
{"GstBaseSrc", sizeof (GstBaseSrc), 648},
|
{"GstBaseSrc", sizeof (GstBaseSrc), 424},
|
||||||
{"GstBaseTransformClass", sizeof (GstBaseTransformClass), 816},
|
{"GstBaseTransformClass", sizeof (GstBaseTransformClass), 416},
|
||||||
{"GstBaseTransform", sizeof (GstBaseTransform), 576},
|
{"GstBaseTransform", sizeof (GstBaseTransform), 364},
|
||||||
{"GstBitReader", sizeof (GstBitReader), 56},
|
{"GstBitReader", sizeof (GstBitReader), 32},
|
||||||
{"GstByteReader", sizeof (GstByteReader), 48},
|
{"GstByteReader", sizeof (GstByteReader), 28},
|
||||||
{"GstByteWriter", sizeof (GstByteWriter), 96},
|
{"GstByteWriter", sizeof (GstByteWriter), 56},
|
||||||
{"GstCollectData", sizeof (GstCollectData), 200},
|
{"GstCollectData", sizeof (GstCollectData), 136},
|
||||||
{"GstCollectPadsClass", sizeof (GstCollectPadsClass), 216},
|
{"GstCollectPadsClass", sizeof (GstCollectPadsClass), 108},
|
||||||
{"GstCollectPads", sizeof (GstCollectPads), 152},
|
{"GstCollectPads", sizeof (GstCollectPads), 92},
|
||||||
{"GstARGBControlBindingClass", sizeof (GstARGBControlBindingClass), 280},
|
{"GstARGBControlBindingClass", sizeof (GstARGBControlBindingClass), 140},
|
||||||
{"GstARGBControlBinding", sizeof (GstARGBControlBinding), 248},
|
{"GstARGBControlBinding", sizeof (GstARGBControlBinding), 144},
|
||||||
{"GstDirectControlBindingClass", sizeof (GstDirectControlBindingClass), 280},
|
{"GstDirectControlBindingClass", sizeof (GstDirectControlBindingClass), 140},
|
||||||
{"GstDirectControlBinding", sizeof (GstDirectControlBinding), 248},
|
{"GstDirectControlBinding", sizeof (GstDirectControlBinding), 148},
|
||||||
{"GstInterpolationControlSourceClass", sizeof (GstInterpolationControlSourceClass), 280},
|
{"GstInterpolationControlSourceClass", sizeof (GstInterpolationControlSourceClass), 140},
|
||||||
{"GstInterpolationControlSource", sizeof (GstInterpolationControlSource), 240},
|
{"GstInterpolationControlSource", sizeof (GstInterpolationControlSource), 140},
|
||||||
{"GstLFOControlSourceClass", sizeof (GstLFOControlSourceClass), 248},
|
{"GstLFOControlSourceClass", sizeof (GstLFOControlSourceClass), 124},
|
||||||
{"GstLFOControlSource", sizeof (GstLFOControlSource), 184},
|
{"GstLFOControlSource", sizeof (GstLFOControlSource), 108},
|
||||||
{"GstControlPoint", sizeof (GstControlPoint), 32},
|
{"GstControlPoint", sizeof (GstControlPoint), 32},
|
||||||
{"GstTimedValueControlSourceClass", sizeof (GstTimedValueControlSourceClass), 248},
|
{"GstTimedValueControlSourceClass", sizeof (GstTimedValueControlSourceClass), 124},
|
||||||
{"GstTimedValueControlSource", sizeof (GstTimedValueControlSource), 200},
|
{"GstTimedValueControlSource", sizeof (GstTimedValueControlSource), 120},
|
||||||
{"GstTriggerControlSourceClass", sizeof (GstTriggerControlSourceClass), 280},
|
{"GstTriggerControlSourceClass", sizeof (GstTriggerControlSourceClass), 140},
|
||||||
{"GstTriggerControlSource", sizeof (GstTriggerControlSource), 240},
|
{"GstTriggerControlSource", sizeof (GstTriggerControlSource), 140},
|
||||||
{"GstNetClientClockClass", sizeof (GstNetClientClockClass), 328},
|
{"GstNetClientClockClass", sizeof (GstNetClientClockClass), 164},
|
||||||
{"GstNetClientClock", sizeof (GstNetClientClock), 208},
|
{"GstNetClientClock", sizeof (GstNetClientClock), 116},
|
||||||
{"GstNetTimePacket", sizeof (GstNetTimePacket), 16},
|
{"GstNetTimePacket", sizeof (GstNetTimePacket), 16},
|
||||||
{"GstNetTimeProviderClass", sizeof (GstNetTimeProviderClass), 216},
|
{"GstNetTimeProviderClass", sizeof (GstNetTimeProviderClass), 108},
|
||||||
{"GstNetTimeProvider", sizeof (GstNetTimeProvider), 128},
|
{"GstNetTimeProvider", sizeof (GstNetTimeProvider), 76},
|
||||||
{"GstPushSrcClass", sizeof (GstPushSrcClass), 856},
|
{"GstPushSrcClass", sizeof (GstPushSrcClass), 432},
|
||||||
{"GstPushSrc", sizeof (GstPushSrc), 680},
|
{"GstPushSrc", sizeof (GstPushSrc), 440},
|
||||||
{"GstTimedValue", sizeof (GstTimedValue), 16},
|
{"GstTimedValue", sizeof (GstTimedValue), 16},
|
||||||
{NULL, 0, 0}
|
{NULL, 0, 0}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue