libsabi: Add lots of new structures for x86-64

This commit is contained in:
Sebastian Dröge 2011-03-31 10:46:40 +02:00
parent 8db570f48c
commit 2714587a96
2 changed files with 46 additions and 45 deletions

View file

@ -26,10 +26,18 @@
#include <gst/base/gstbasesink.h> #include <gst/base/gstbasesink.h>
#include <gst/base/gstbasesrc.h> #include <gst/base/gstbasesrc.h>
#include <gst/base/gstbasetransform.h> #include <gst/base/gstbasetransform.h>
#include <gst/base/gstbitreader.h>
#include <gst/base/gstbytereader.h>
#include <gst/base/gstbytewriter.h>
#include <gst/base/gstcollectpads.h> #include <gst/base/gstcollectpads.h>
#include <gst/base/gstdataqueue.h>
#include <gst/base/gstpushsrc.h> #include <gst/base/gstpushsrc.h>
#include <gst/base/gsttypefindhelper.h> #include <gst/base/gsttypefindhelper.h>
#include <gst/controller/gstcontroller.h> #include <gst/controller/gstcontroller.h>
#include <gst/controller/gstcontrolsource.h>
#include <gst/controller/gstinterpolationcontrolsource.h>
#include <gst/controller/gstlfocontrolsource.h>
#include <gst/dataprotocol/dataprotocol.h>
#include <gst/net/gstnet.h> #include <gst/net/gstnet.h>
#include <gst/net/gstnetclientclock.h> #include <gst/net/gstnetclientclock.h>
#include <gst/net/gstnettimepacket.h> #include <gst/net/gstnettimepacket.h>

View file

@ -1,47 +1,40 @@
static GstCheckABIStruct list[] = {
{"GstAdapter", sizeof (GstAdapter), 88} GstCheckABIStruct list[] = {
, {"GstAdapterClass", sizeof (GstAdapterClass), 168},
{"GstAdapterClass", sizeof (GstAdapterClass), 168} {"GstAdapter", sizeof (GstAdapter), 88},
, {"GstBaseSinkClass", sizeof (GstBaseSinkClass), 728},
{"GstBaseSink", sizeof (GstBaseSink), 600} {"GstBaseSink", sizeof (GstBaseSink), 600},
, {"GstBaseSrcClass", sizeof (GstBaseSrcClass), 744},
{"GstBaseSinkClass", sizeof (GstBaseSinkClass), 728} {"GstBaseSrc", sizeof (GstBaseSrc), 600},
, {"GstBaseTransformClass", sizeof (GstBaseTransformClass), 744},
{"GstBaseSrc", sizeof (GstBaseSrc), 600} {"GstBaseTransform", sizeof (GstBaseTransform), 576},
, {"GstBitReader", sizeof (GstBitReader), 24},
{"GstBaseSrcClass", sizeof (GstBaseSrcClass), 744} {"GstByteReader", sizeof (GstByteReader), 16},
, {"GstByteWriter", sizeof (GstByteWriter), 32},
{"GstBaseTransform", sizeof (GstBaseTransform), 576} {"GstCollectData", sizeof (GstCollectData), 168},
, {"GstCollectPadsClass", sizeof (GstCollectPadsClass), 272},
{"GstBaseTransformClass", sizeof (GstBaseTransformClass), 744} {"GstCollectPads", sizeof (GstCollectPads), 168},
, {"GstControllerClass", sizeof (GstControllerClass), 168},
{"GstCollectData", sizeof (GstCollectData), 168} {"GstController", sizeof (GstController), 80},
, {"GstControlSourceClass", sizeof (GstControlSourceClass), 176},
{"GstCollectPads", sizeof (GstCollectPads), 168} {"GstControlSource", sizeof (GstControlSource), 80},
, {"GstDataQueueClass", sizeof (GstDataQueueClass), 184},
{"GstCollectPadsClass", sizeof (GstCollectPadsClass), 272} {"GstDataQueueItem", sizeof (GstDataQueueItem), 40},
, {"GstDataQueue", sizeof (GstDataQueue), 128},
{"GstPushSrc", sizeof (GstPushSrc), 632} {"GstDataQueueSize", sizeof (GstDataQueueSize), 16},
, {"GstDPPacketizer", sizeof (GstDPPacketizer), 64},
{"GstPushSrcClass", sizeof (GstPushSrcClass), 784} {"GstInterpolationControlSourceClass", sizeof (GstInterpolationControlSourceClass), 208},
, {"GstInterpolationControlSource", sizeof (GstInterpolationControlSource), 128},
{"GstTimedValue", sizeof (GstTimedValue), 32} {"GstLFOControlSourceClass", sizeof (GstLFOControlSourceClass), 208},
, {"GstLFOControlSource", sizeof (GstLFOControlSource), 128},
{"GstValueArray", sizeof (GstValueArray), 32} {"GstNetClientClockClass", sizeof (GstNetClientClockClass), 384},
, {"GstNetClientClock", sizeof (GstNetClientClock), 368},
{"GstController", sizeof (GstController), 80} {"GstNetTimePacket", sizeof (GstNetTimePacket), 16},
, {"GstNetTimeProviderClass", sizeof (GstNetTimeProviderClass), 240},
{"GstControllerClass", sizeof (GstControllerClass), 168} {"GstNetTimeProvider", sizeof (GstNetTimeProvider), 152},
, {"GstPushSrcClass", sizeof (GstPushSrcClass), 784},
{"GstNetClientClock", sizeof (GstNetClientClock), 368} {"GstPushSrc", sizeof (GstPushSrc), 632},
, {"GstTimedValue", sizeof (GstTimedValue), 32},
{"GstNetClientClockClass", sizeof (GstNetClientClockClass), 384} {"GstValueArray", sizeof (GstValueArray), 32},
,
{"GstNetTimePacket", sizeof (GstNetTimePacket), 16}
,
{"GstNetTimeProvider", sizeof (GstNetTimeProvider), 152}
,
{"GstNetTimeProviderClass", sizeof (GstNetTimeProviderClass), 240}
,
{NULL, 0, 0} {NULL, 0, 0}
}; };