1 static GstCheckABIStruct list[] = { 2 {"GstAllocationParams", sizeof (GstAllocationParams), 64}, 3 {"GstAllocator", sizeof (GstAllocator), 176}, 4 {"GstAllocatorClass", sizeof (GstAllocatorClass), 232}, 5 {"GstBinClass", sizeof (GstBinClass), 576}, 6 {"GstBin", sizeof (GstBin), 376}, 7 {"GstBuffer", sizeof (GstBuffer), 112}, 8 {"GstBufferPoolAcquireParams", sizeof (GstBufferPoolAcquireParams), 64}, 9 {"GstBufferPool", sizeof (GstBufferPool), 136}, 10 {"GstBufferPoolClass", sizeof (GstBufferPoolClass), 288}, 11 {"GstBusClass", sizeof (GstBusClass), 232}, 12 {"GstBus", sizeof (GstBus), 128}, 13 {"GstCaps", sizeof (GstCaps), 64}, 14 {"GstClockClass", sizeof (GstClockClass), 264}, 15 {"GstClockEntry", sizeof (GstClockEntry), 112}, 16 {"GstClock", sizeof (GstClock), 128}, 17 {"GstControlBinding", sizeof (GstControlBinding), 152}, 18 {"GstControlBindingClass", sizeof (GstControlBindingClass), 248}, 19 {"GstControlSource", sizeof (GstControlSource), 136}, 20 {"GstControlSourceClass", sizeof (GstControlSourceClass), 216}, 21 {"GstDebugCategory", sizeof (GstDebugCategory), 24}, 22 {"GstElementClass", sizeof (GstElementClass), 488}, 23 {"GstElement", sizeof (GstElement), 264}, 24 {"GstEvent", sizeof (GstEvent), 88}, 25 {"GstFormatDefinition", sizeof (GstFormatDefinition), 32}, 26 {"GstGhostPadClass", sizeof (GstGhostPadClass), 272}, 27 {"GstGhostPad", sizeof (GstGhostPad), 536}, 28 {"GstIterator", sizeof (GstIterator), 120}, 29 {"GstMemory", sizeof (GstMemory), 112}, 30 {"GstMapInfo", sizeof (GstMapInfo), 104}, 31 {"GstMessage", sizeof (GstMessage), 120}, 32 {"GstMeta", sizeof (GstMeta), 16}, 33 {"GstMetaTransformCopy", sizeof (GstMetaTransformCopy), 24}, 34 {"GstMiniObject", sizeof (GstMiniObject), 64}, 35 {"GstObjectClass", sizeof (GstObjectClass), 184}, 36 {"GstObject", sizeof (GstObject), 88}, 37 {"GstPadClass", sizeof (GstPadClass), 232}, 38 {"GstPad", sizeof (GstPad), 520}, 39 {"GstPadProbeInfo", sizeof (GstPadProbeInfo), 72}, 40 {"GstPadTemplateClass", sizeof (GstPadTemplateClass), 224}, 41 {"GstPadTemplate", sizeof (GstPadTemplate), 144}, 42 {"GstParamSpecFraction", sizeof (GstParamSpecFraction), 96}, 43 {"GstPipelineClass", sizeof (GstPipelineClass), 608}, 44 {"GstPipeline", sizeof (GstPipeline), 440}, 45 {"GstPluginDesc", sizeof (GstPluginDesc), 112}, 46 {"GstProxyPadClass", sizeof (GstProxyPadClass), 240}, 47 {"GstProxyPad", sizeof (GstProxyPad), 528}, 48 {"GstQuery", sizeof (GstQuery), 72}, 49 {"GstRegistryClass", sizeof (GstRegistryClass), 184}, 50 {"GstRegistry", sizeof (GstRegistry), 96}, 51 {"GstSegment", sizeof (GstSegment), 120}, 52 {"GstStaticCaps", sizeof (GstStaticCaps), 48}, 53 {"GstStaticPadTemplate", sizeof (GstStaticPadTemplate), 64}, 54 {"GstStructure", sizeof (GstStructure), 16}, 55 {"GstSystemClockClass", sizeof (GstSystemClockClass), 296}, 56 {"GstSystemClock", sizeof (GstSystemClock), 168}, 57 {"GstTagList", sizeof (GstTagList), 64,}, 58 {"GstTaskClass", sizeof (GstTaskClass), 224}, 59 {"GstTask", sizeof (GstTask), 200}, 60 {"GstTaskPoolClass", sizeof (GstTaskPoolClass), 248}, 61 {"GstTaskPool", sizeof (GstTaskPool), 128}, 62 {"GstTimedValue", sizeof (GstTimedValue), 16}, 63 {"GstTypeFind", sizeof (GstTypeFind), 64}, 64 {"GstValueTable", sizeof (GstValueTable), 64}, 65 {NULL, 0, 0} 66 }; 67