mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 11:32:38 +00:00
tests: update GstVideoFilter structure size for ABI check on x86
This commit is contained in:
parent
edbd1784bf
commit
31a5359fb7
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ GstCheckABIStruct list[] = {
|
||||||
{"GstTagDemuxClass", sizeof (GstTagDemuxClass), 552},
|
{"GstTagDemuxClass", sizeof (GstTagDemuxClass), 552},
|
||||||
{"GstTagDemux", sizeof (GstTagDemux), 304},
|
{"GstTagDemux", sizeof (GstTagDemux), 304},
|
||||||
{"GstVideoFilterClass", sizeof (GstVideoFilterClass), 872},
|
{"GstVideoFilterClass", sizeof (GstVideoFilterClass), 872},
|
||||||
{"GstVideoFilter", sizeof (GstVideoFilter), 864},
|
{"GstVideoFilter", sizeof (GstVideoFilter), 848},
|
||||||
{"GstVideoOrientationInterface", sizeof (GstVideoOrientationInterface), 80},
|
{"GstVideoOrientationInterface", sizeof (GstVideoOrientationInterface), 80},
|
||||||
{"GstVideoRectangle", sizeof (GstVideoRectangle), 16},
|
{"GstVideoRectangle", sizeof (GstVideoRectangle), 16},
|
||||||
{"GstVideoSinkClass", sizeof (GstVideoSinkClass), 832},
|
{"GstVideoSinkClass", sizeof (GstVideoSinkClass), 832},
|
||||||
|
|
Loading…
Reference in a new issue