gstreamer/tests/check/libs/struct_i386.h
Wim Taymans 7412c36419 tests/check/: Added ABI check for libs, this time for real
Original commit message from CVS:
* tests/check/Makefile.am:
* tests/check/libs/libsabi.c: (GST_START_TEST), (gstabi_suite),
(main):
* tests/check/libs/struct_i386.h:
Added ABI check for libs, this time for real
2005-12-07 19:03:54 +00:00

31 lines
1.3 KiB
C

Struct list[] = {
{"GstAdapter", sizeof(GstAdapter), 52},
{"GstAdapterClass", sizeof(GstAdapterClass), 84},
{"GstBaseSink", sizeof(GstBaseSink), 384},
{"GstBaseSinkClass", sizeof(GstBaseSinkClass), 368},
{"GstBaseSrc", sizeof(GstBaseSrc), 376},
{"GstBaseSrcClass", sizeof(GstBaseSrcClass), 376},
{"GstBaseTransform", sizeof(GstBaseTransform), 352},
{"GstBaseTransformClass", sizeof(GstBaseTransformClass), 376},
{"GstCollectData", sizeof(GstCollectData), 120},
{"GstCollectPads", sizeof(GstCollectPads), 92},
{"GstCollectPadsClass", sizeof(GstCollectPadsClass), 136},
{"GstPushSrc", sizeof(GstPushSrc), 392},
{"GstPushSrcClass", sizeof(GstPushSrcClass), 396},
{"GstTimedValue", sizeof(GstTimedValue), 28},
{"GstValueArray", sizeof(GstValueArray), 20},
{"GstInterpolateMethod", sizeof(GstInterpolateMethod), 64},
{"GstControlledProperty", sizeof(GstControlledProperty), 144},
{"GstController", sizeof(GstController), 40},
{"GstControllerClass", sizeof(GstControllerClass), 84},
{"GstNetClientClock", sizeof(GstNetClientClock), 248},
{"GstNetClientClockClass", sizeof(GstNetClientClockClass), 192},
{"GstNetTimePacket", sizeof(GstNetTimePacket), 16},
{"GstNetTimeProvider", sizeof(GstNetTimeProvider), 84},
{"GstNetTimeProviderClass", sizeof(GstNetTimeProviderClass), 120},
{NULL, 0, 0}
};