mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
tests: fix ABI struct headers for x86
Not caused by anything we changed recently as far as I can tell.
This commit is contained in:
parent
c6064e05a1
commit
49ac84fc32
1 changed files with 4 additions and 4 deletions
|
@ -29,7 +29,7 @@ GstCheckABIStruct list[] = {
|
|||
{"GstRTPBasePayload", sizeof (GstRTPBasePayload), 380},
|
||||
{"GstColorBalanceChannelClass", sizeof (GstColorBalanceChannelClass), 88},
|
||||
{"GstColorBalanceChannel", sizeof (GstColorBalanceChannel), 40},
|
||||
{"GstColorBalanceInterface", sizeof (GstColorBalanceInterface), 40},
|
||||
{"GstColorBalanceInterface", sizeof (GstColorBalanceInterface), 44},
|
||||
{"GstDiscovererClass", sizeof (GstDiscovererClass), 100},
|
||||
{"GstDiscoverer", sizeof (GstDiscoverer), 32},
|
||||
{"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), 156},
|
||||
{"GstAudioRingBuffer", sizeof (GstAudioRingBuffer), 744},
|
||||
{"GstAudioRingBuffer", sizeof (GstAudioRingBuffer), 756},
|
||||
{"GstAudioRingBufferSpec", sizeof (GstAudioRingBufferSpec), 348},
|
||||
{"GstRTCPPacket", sizeof (GstRTCPPacket), 36},
|
||||
{"GstRTPPayloadInfo", sizeof (GstRTPPayloadInfo), 40},
|
||||
|
@ -70,11 +70,11 @@ GstCheckABIStruct list[] = {
|
|||
{"GstTagDemuxClass", sizeof (GstTagDemuxClass), 284},
|
||||
{"GstTagDemux", sizeof (GstTagDemux), 192},
|
||||
{"GstVideoFilterClass", sizeof (GstVideoFilterClass), 444},
|
||||
{"GstVideoFilter", sizeof (GstVideoFilter), 576},
|
||||
{"GstVideoFilter", sizeof (GstVideoFilter), 608},
|
||||
{"GstVideoOrientationInterface", sizeof (GstVideoOrientationInterface), 40},
|
||||
{"GstVideoRectangle", sizeof (GstVideoRectangle), 16},
|
||||
{"GstVideoSinkClass", sizeof (GstVideoSinkClass), 420},
|
||||
{"GstVideoSink", sizeof (GstVideoSink), 464},
|
||||
{"GstVideoSink", sizeof (GstVideoSink), 468},
|
||||
{"GstVideoOverlayInterface", sizeof (GstVideoOverlayInterface), 24},
|
||||
{NULL, 0, 0}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue