mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
36b2cb2a97
Fixes make check on 32-bit x86.
39 lines
2.2 KiB
C
39 lines
2.2 KiB
C
|
|
GstCheckABIStruct list[] = {
|
|
{"GstBaseParseClass", sizeof (GstBaseParseClass), 368},
|
|
{"GstBaseParse", sizeof (GstBaseParse), 364},
|
|
{"GstBaseSinkClass", sizeof (GstBaseSinkClass), 400},
|
|
{"GstBaseSink", sizeof (GstBaseSink), 440},
|
|
{"GstBaseSrcClass", sizeof (GstBaseSrcClass), 404},
|
|
{"GstBaseSrc", sizeof (GstBaseSrc), 424},
|
|
{"GstBaseTransformClass", sizeof (GstBaseTransformClass), 416},
|
|
{"GstBaseTransform", sizeof (GstBaseTransform), 364},
|
|
{"GstBitReader", sizeof (GstBitReader), 32},
|
|
{"GstByteReader", sizeof (GstByteReader), 28},
|
|
{"GstByteWriter", sizeof (GstByteWriter), 56},
|
|
{"GstCollectData", sizeof (GstCollectData), 136},
|
|
{"GstCollectPadsClass", sizeof (GstCollectPadsClass), 108},
|
|
{"GstCollectPads", sizeof (GstCollectPads), 92},
|
|
{"GstARGBControlBindingClass", sizeof (GstARGBControlBindingClass), 140},
|
|
{"GstARGBControlBinding", sizeof (GstARGBControlBinding), 144},
|
|
{"GstDirectControlBindingClass", sizeof (GstDirectControlBindingClass), 140},
|
|
{"GstDirectControlBinding", sizeof (GstDirectControlBinding), 148},
|
|
{"GstInterpolationControlSourceClass", sizeof (GstInterpolationControlSourceClass), 140},
|
|
{"GstInterpolationControlSource", sizeof (GstInterpolationControlSource), 140},
|
|
{"GstLFOControlSourceClass", sizeof (GstLFOControlSourceClass), 124},
|
|
{"GstLFOControlSource", sizeof (GstLFOControlSource), 108},
|
|
{"GstControlPoint", sizeof (GstControlPoint), 32},
|
|
{"GstTimedValueControlSourceClass", sizeof (GstTimedValueControlSourceClass), 124},
|
|
{"GstTimedValueControlSource", sizeof (GstTimedValueControlSource), 120},
|
|
{"GstTriggerControlSourceClass", sizeof (GstTriggerControlSourceClass), 140},
|
|
{"GstTriggerControlSource", sizeof (GstTriggerControlSource), 140},
|
|
{"GstNetClientClockClass", sizeof (GstNetClientClockClass), 164},
|
|
{"GstNetClientClock", sizeof (GstNetClientClock), 116},
|
|
{"GstNetTimePacket", sizeof (GstNetTimePacket), 16},
|
|
{"GstNetTimeProviderClass", sizeof (GstNetTimeProviderClass), 108},
|
|
{"GstNetTimeProvider", sizeof (GstNetTimeProvider), 76},
|
|
{"GstPushSrcClass", sizeof (GstPushSrcClass), 432},
|
|
{"GstPushSrc", sizeof (GstPushSrc), 440},
|
|
{"GstTimedValue", sizeof (GstTimedValue), 16},
|
|
{NULL, 0, 0}
|
|
};
|