From: Tim-Philipp Müller Date: Mon, 9 Jul 2012 13:37:11 +0000 (+0100) Subject: tests: update GstVideoFilter structure size for ABI check on x86 X-Git-Tag: 1.19.3~511^2~6230 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=31a5359fb7bc179c9ce7d0e4d1626b1bfb72d433;p=platform%2Fupstream%2Fgstreamer.git tests: update GstVideoFilter structure size for ABI check on x86 --- diff --git a/tests/check/libs/struct_x86_64.h b/tests/check/libs/struct_x86_64.h index 70a758a..927bd41 100644 --- a/tests/check/libs/struct_x86_64.h +++ b/tests/check/libs/struct_x86_64.h @@ -70,7 +70,7 @@ GstCheckABIStruct list[] = { {"GstTagDemuxClass", sizeof (GstTagDemuxClass), 552}, {"GstTagDemux", sizeof (GstTagDemux), 304}, {"GstVideoFilterClass", sizeof (GstVideoFilterClass), 872}, - {"GstVideoFilter", sizeof (GstVideoFilter), 864}, + {"GstVideoFilter", sizeof (GstVideoFilter), 848}, {"GstVideoOrientationInterface", sizeof (GstVideoOrientationInterface), 80}, {"GstVideoRectangle", sizeof (GstVideoRectangle), 16}, {"GstVideoSinkClass", sizeof (GstVideoSinkClass), 832},