mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-19 05:45:58 +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},
|
||||
{"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}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue