gstreamer/tests/check/libs/struct_sparc.h
Jan Schmidt c64e9b0c7a tests/check/: Add Sparc ABI checks
Original commit message from CVS:
* tests/check/Makefile.am:
* tests/check/gst/gstabi.c:
* tests/check/gst/struct_sparc.h:
* tests/check/libs/libsabi.c:
* tests/check/libs/struct_sparc.h:
Add Sparc ABI checks
* tests/check/gst/gstvalue.c: (GST_START_TEST):
Cast signed integer to unsigned to avoid a compiler warning.
2008-10-07 15:12:21 +00:00

27 lines
1.2 KiB
C

GstCheckABIStruct list[] = {
{"GstAdapter", sizeof (GstAdapter), 52},
{"GstAdapterClass", sizeof (GstAdapterClass), 84},
{"GstBaseSink", sizeof (GstBaseSink), 408},
{"GstBaseSinkClass", sizeof (GstBaseSinkClass), 368},
{"GstBaseSrc", sizeof (GstBaseSrc), 392},
{"GstBaseSrcClass", sizeof (GstBaseSrcClass), 376},
{"GstBaseTransform", sizeof (GstBaseTransform), 368},
{"GstBaseTransformClass", sizeof (GstBaseTransformClass), 376},
{"GstCollectData", sizeof (GstCollectData), 120},
{"GstCollectPads", sizeof (GstCollectPads), 92},
{"GstCollectPadsClass", sizeof (GstCollectPadsClass), 136},
{"GstPushSrc", sizeof (GstPushSrc), 408},
{"GstPushSrcClass", sizeof (GstPushSrcClass), 396},
{"GstTimedValue", sizeof (GstTimedValue), 32},
{"GstValueArray", sizeof (GstValueArray), 24},
{"GstController", sizeof (GstController), 40},
{"GstControllerClass", sizeof (GstControllerClass), 84},
{"GstNetClientClock", sizeof (GstNetClientClock), 256},
{"GstNetClientClockClass", sizeof (GstNetClientClockClass), 192},
{"GstNetTimePacket", sizeof (GstNetTimePacket), 16},
{"GstNetTimeProvider", sizeof (GstNetTimeProvider), 84},
{"GstNetTimeProviderClass", sizeof (GstNetTimeProviderClass), 120},
{NULL, 0, 0}
};