tests: update GstVideoFilter structure size for ABI check on x86

This commit is contained in:
Tim-Philipp Müller 2012-07-09 14:37:11 +01:00
parent edbd1784bf
commit 31a5359fb7

View file

@ -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},