From: Tim-Philipp Müller Date: Sun, 7 Oct 2012 12:34:06 +0000 (+0100) Subject: tests: fix ABI struct headers for x86 X-Git-Tag: 1.19.3~511^2~5859 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=49ac84fc3265da41f05f0f8089d1c5731b647639;p=platform%2Fupstream%2Fgstreamer.git tests: fix ABI struct headers for x86 Not caused by anything we changed recently as far as I can tell. --- diff --git a/tests/check/libs/struct_i386.h b/tests/check/libs/struct_i386.h index c086644..e0bdacd 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} };