summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2012-10-07 13:34:06 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2012-10-07 13:35:57 +0100
commit49ac84fc3265da41f05f0f8089d1c5731b647639 (patch)
tree8762f42c0fc7838ec153b6139d99a2a9c2b88c66
parentc6064e05a172e4585551e6171d10880dfa1e8ad3 (diff)
tests: fix ABI struct headers for x86
Not caused by anything we changed recently as far as I can tell.
-rw-r--r--tests/check/libs/struct_i386.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/check/libs/struct_i386.h b/tests/check/libs/struct_i386.h
index c0866441a..e0bdacd4d 100644
--- a/tests/check/libs/struct_i386.h
+++ b/tests/check/libs/struct_i386.h
@@ -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}
};