From: Tim-Philipp Müller Date: Tue, 11 Sep 2012 00:43:37 +0000 (+0100) Subject: tests: fix up libsabi test structure sizes for x86-64 X-Git-Tag: 1.19.3~511^2~5908 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d186109e71f3f011e1aaf311a261dc15a3c8d864;p=platform%2Fupstream%2Fgstreamer.git tests: fix up libsabi test structure sizes for x86-64 --- diff --git a/tests/check/libs/struct_x86_64.h b/tests/check/libs/struct_x86_64.h index 3299a65..212dba7 100644 --- a/tests/check/libs/struct_x86_64.h +++ b/tests/check/libs/struct_x86_64.h @@ -29,7 +29,7 @@ GstCheckABIStruct list[] = { {"GstRTPBasePayload", sizeof (GstRTPBasePayload), 536}, {"GstColorBalanceChannelClass", sizeof (GstColorBalanceChannelClass), 176}, {"GstColorBalanceChannel", sizeof (GstColorBalanceChannel), 72}, - {"GstColorBalanceInterface", sizeof (GstColorBalanceInterface), 80}, + {"GstColorBalanceInterface", sizeof (GstColorBalanceInterface), 88}, {"GstDiscovererClass", sizeof (GstDiscovererClass), 200}, {"GstDiscoverer", sizeof (GstDiscoverer), 64}, {"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), 312}, - {"GstAudioRingBuffer", sizeof (GstAudioRingBuffer), 872}, + {"GstAudioRingBuffer", sizeof (GstAudioRingBuffer), 888}, {"GstAudioRingBufferSpec", sizeof (GstAudioRingBufferSpec), 400}, {"GstRTCPPacket", sizeof (GstRTCPPacket), 40}, {"GstRTPPayloadInfo", sizeof (GstRTPPayloadInfo), 80}, @@ -70,11 +70,11 @@ GstCheckABIStruct list[] = { {"GstTagDemuxClass", sizeof (GstTagDemuxClass), 552}, {"GstTagDemux", sizeof (GstTagDemux), 304}, {"GstVideoFilterClass", sizeof (GstVideoFilterClass), 872}, - {"GstVideoFilter", sizeof (GstVideoFilter), 856}, + {"GstVideoFilter", sizeof (GstVideoFilter), 920}, {"GstVideoOrientationInterface", sizeof (GstVideoOrientationInterface), 80}, {"GstVideoRectangle", sizeof (GstVideoRectangle), 16}, {"GstVideoSinkClass", sizeof (GstVideoSinkClass), 832}, - {"GstVideoSink", sizeof (GstVideoSink), 704}, + {"GstVideoSink", sizeof (GstVideoSink), 712}, {"GstVideoOverlayInterface", sizeof (GstVideoOverlayInterface), 48}, {NULL, 0, 0} };