mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 11:32:38 +00:00
tests: fix up libsabi test structure sizes for x86-64
This commit is contained in:
parent
6b670d701c
commit
d186109e71
1 changed files with 4 additions and 4 deletions
|
@ -29,7 +29,7 @@ GstCheckABIStruct list[] = {
|
||||||
{"GstRTPBasePayload", sizeof (GstRTPBasePayload), 536},
|
{"GstRTPBasePayload", sizeof (GstRTPBasePayload), 536},
|
||||||
{"GstColorBalanceChannelClass", sizeof (GstColorBalanceChannelClass), 176},
|
{"GstColorBalanceChannelClass", sizeof (GstColorBalanceChannelClass), 176},
|
||||||
{"GstColorBalanceChannel", sizeof (GstColorBalanceChannel), 72},
|
{"GstColorBalanceChannel", sizeof (GstColorBalanceChannel), 72},
|
||||||
{"GstColorBalanceInterface", sizeof (GstColorBalanceInterface), 80},
|
{"GstColorBalanceInterface", sizeof (GstColorBalanceInterface), 88},
|
||||||
{"GstDiscovererClass", sizeof (GstDiscovererClass), 200},
|
{"GstDiscovererClass", sizeof (GstDiscovererClass), 200},
|
||||||
{"GstDiscoverer", sizeof (GstDiscoverer), 64},
|
{"GstDiscoverer", sizeof (GstDiscoverer), 64},
|
||||||
{"GstFFTF32Complex", sizeof (GstFFTF32Complex), 8},
|
{"GstFFTF32Complex", sizeof (GstFFTF32Complex), 8},
|
||||||
|
@ -45,7 +45,7 @@ GstCheckABIStruct list[] = {
|
||||||
{"gst_riff_strf_vids", sizeof (gst_riff_strf_vids), 40},
|
{"gst_riff_strf_vids", sizeof (gst_riff_strf_vids), 40},
|
||||||
{"gst_riff_strh", sizeof (gst_riff_strh), 48},
|
{"gst_riff_strh", sizeof (gst_riff_strh), 48},
|
||||||
{"GstAudioRingBufferClass", sizeof (GstAudioRingBufferClass), 312},
|
{"GstAudioRingBufferClass", sizeof (GstAudioRingBufferClass), 312},
|
||||||
{"GstAudioRingBuffer", sizeof (GstAudioRingBuffer), 872},
|
{"GstAudioRingBuffer", sizeof (GstAudioRingBuffer), 888},
|
||||||
{"GstAudioRingBufferSpec", sizeof (GstAudioRingBufferSpec), 400},
|
{"GstAudioRingBufferSpec", sizeof (GstAudioRingBufferSpec), 400},
|
||||||
{"GstRTCPPacket", sizeof (GstRTCPPacket), 40},
|
{"GstRTCPPacket", sizeof (GstRTCPPacket), 40},
|
||||||
{"GstRTPPayloadInfo", sizeof (GstRTPPayloadInfo), 80},
|
{"GstRTPPayloadInfo", sizeof (GstRTPPayloadInfo), 80},
|
||||||
|
@ -70,11 +70,11 @@ 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), 856},
|
{"GstVideoFilter", sizeof (GstVideoFilter), 920},
|
||||||
{"GstVideoOrientationInterface", sizeof (GstVideoOrientationInterface), 80},
|
{"GstVideoOrientationInterface", sizeof (GstVideoOrientationInterface), 80},
|
||||||
{"GstVideoRectangle", sizeof (GstVideoRectangle), 16},
|
{"GstVideoRectangle", sizeof (GstVideoRectangle), 16},
|
||||||
{"GstVideoSinkClass", sizeof (GstVideoSinkClass), 832},
|
{"GstVideoSinkClass", sizeof (GstVideoSinkClass), 832},
|
||||||
{"GstVideoSink", sizeof (GstVideoSink), 704},
|
{"GstVideoSink", sizeof (GstVideoSink), 712},
|
||||||
{"GstVideoOverlayInterface", sizeof (GstVideoOverlayInterface), 48},
|
{"GstVideoOverlayInterface", sizeof (GstVideoOverlayInterface), 48},
|
||||||
{NULL, 0, 0}
|
{NULL, 0, 0}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue