Skip to content
Snippets Groups Projects
Commit d186109e authored by Tim-Philipp Müller's avatar Tim-Philipp Müller :tropical_fish:
Browse files

tests: fix up libsabi test structure sizes for x86-64

parent 6b670d70
No related branches found
No related tags found
No related merge requests found
......@@ -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}
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment