tests: fix ABI struct headers for x86
authorTim-Philipp Müller <tim@centricular.net>
Sun, 7 Oct 2012 12:34:06 +0000 (13:34 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sun, 7 Oct 2012 12:35:57 +0000 (13:35 +0100)
Not caused by anything we changed recently as
far as I can tell.

tests/check/libs/struct_i386.h

index c086644..e0bdacd 100644 (file)
@@ -29,7 +29,7 @@ GstCheckABIStruct list[] = {
   {"GstRTPBasePayload", sizeof (GstRTPBasePayload), 380},
   {"GstColorBalanceChannelClass", sizeof (GstColorBalanceChannelClass), 88},
   {"GstColorBalanceChannel", sizeof (GstColorBalanceChannel), 40},
-  {"GstColorBalanceInterface", sizeof (GstColorBalanceInterface), 40},
+  {"GstColorBalanceInterface", sizeof (GstColorBalanceInterface), 44},
   {"GstDiscovererClass", sizeof (GstDiscovererClass), 100},
   {"GstDiscoverer", sizeof (GstDiscoverer), 32},
   {"GstFFTF32Complex", sizeof (GstFFTF32Complex), 8},
@@ -45,7 +45,7 @@ GstCheckABIStruct list[] = {
   {"gst_riff_strf_vids", sizeof (gst_riff_strf_vids), 40},
   {"gst_riff_strh", sizeof (gst_riff_strh), 48},
   {"GstAudioRingBufferClass", sizeof (GstAudioRingBufferClass), 156},
-  {"GstAudioRingBuffer", sizeof (GstAudioRingBuffer), 744},
+  {"GstAudioRingBuffer", sizeof (GstAudioRingBuffer), 756},
   {"GstAudioRingBufferSpec", sizeof (GstAudioRingBufferSpec), 348},
   {"GstRTCPPacket", sizeof (GstRTCPPacket), 36},
   {"GstRTPPayloadInfo", sizeof (GstRTPPayloadInfo), 40},
@@ -70,11 +70,11 @@ GstCheckABIStruct list[] = {
   {"GstTagDemuxClass", sizeof (GstTagDemuxClass), 284},
   {"GstTagDemux", sizeof (GstTagDemux), 192},
   {"GstVideoFilterClass", sizeof (GstVideoFilterClass), 444},
-  {"GstVideoFilter", sizeof (GstVideoFilter), 576},
+  {"GstVideoFilter", sizeof (GstVideoFilter), 608},
   {"GstVideoOrientationInterface", sizeof (GstVideoOrientationInterface), 40},
   {"GstVideoRectangle", sizeof (GstVideoRectangle), 16},
   {"GstVideoSinkClass", sizeof (GstVideoSinkClass), 420},
-  {"GstVideoSink", sizeof (GstVideoSink), 464},
+  {"GstVideoSink", sizeof (GstVideoSink), 468},
   {"GstVideoOverlayInterface", sizeof (GstVideoOverlayInterface), 24},
   {NULL, 0, 0}
 };