~ubuntu-branches/ubuntu/trusty/gstreamer1.0/trusty-proposed

« back to all changes in this revision

Viewing changes to tests/check/libs/struct_x86_64.h

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2012-10-08 09:59:20 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20121008095920-3k2vlenl0zf6lu7i
Tags: 1.0.1-1
* New upstream stable release:
  + debian/libgstreamer.symbols:
    - Add new symbols.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
2
GstCheckABIStruct list[] = {
3
 
  {"GstAdapterClass", sizeof (GstAdapterClass), 168},
4
 
  {"GstAdapter", sizeof (GstAdapter), 88},
5
 
  {"GstBaseSinkClass", sizeof (GstBaseSinkClass), 728},
6
 
  {"GstBaseSink", sizeof (GstBaseSink), 600},
7
 
  {"GstBaseSrcClass", sizeof (GstBaseSrcClass), 744},
8
 
  {"GstBaseSrc", sizeof (GstBaseSrc), 600},
9
 
  {"GstBaseTransformClass", sizeof (GstBaseTransformClass), 744},
 
3
  {"GstBaseParseClass", sizeof (GstBaseParseClass), 728},
 
4
  {"GstBaseParse", sizeof (GstBaseParse), 576},
 
5
  {"GstBaseSinkClass", sizeof (GstBaseSinkClass), 792},
 
6
  {"GstBaseSink", sizeof (GstBaseSink), 664},
 
7
  {"GstBaseSrcClass", sizeof (GstBaseSrcClass), 800},
 
8
  {"GstBaseSrc", sizeof (GstBaseSrc), 648},
 
9
  {"GstBaseTransformClass", sizeof (GstBaseTransformClass), 816},
10
10
  {"GstBaseTransform", sizeof (GstBaseTransform), 576},
11
 
  {"GstBitReader", sizeof (GstBitReader), 24},
12
 
  {"GstByteReader", sizeof (GstByteReader), 16},
13
 
  {"GstByteWriter", sizeof (GstByteWriter), 32},
14
 
  {"GstCollectData", sizeof (GstCollectData), 168},
15
 
  {"GstCollectPadsClass", sizeof (GstCollectPadsClass), 272},
16
 
  {"GstCollectPads", sizeof (GstCollectPads), 168},
17
 
  {"GstControllerClass", sizeof (GstControllerClass), 168},
18
 
  {"GstController", sizeof (GstController), 80},
19
 
  {"GstControlSourceClass", sizeof (GstControlSourceClass), 176},
20
 
  {"GstControlSource", sizeof (GstControlSource), 80},
21
 
  {"GstDataQueueClass", sizeof (GstDataQueueClass), 184},
22
 
  {"GstDataQueueItem", sizeof (GstDataQueueItem), 40},
23
 
  {"GstDataQueue", sizeof (GstDataQueue), 128},
24
 
  {"GstDataQueueSize", sizeof (GstDataQueueSize), 16},
25
 
  {"GstDPPacketizer", sizeof (GstDPPacketizer), 64},
26
 
  {"GstInterpolationControlSourceClass", sizeof (GstInterpolationControlSourceClass), 208},
27
 
  {"GstInterpolationControlSource", sizeof (GstInterpolationControlSource), 128},
28
 
  {"GstLFOControlSourceClass", sizeof (GstLFOControlSourceClass), 208},
29
 
  {"GstLFOControlSource", sizeof (GstLFOControlSource), 128},
30
 
  {"GstNetClientClockClass", sizeof (GstNetClientClockClass), 384},
31
 
  {"GstNetClientClock", sizeof (GstNetClientClock), 368},
 
11
  {"GstBitReader", sizeof (GstBitReader), 56},
 
12
  {"GstByteReader", sizeof (GstByteReader), 48},
 
13
  {"GstByteWriter", sizeof (GstByteWriter), 96},
 
14
  {"GstCollectData", sizeof (GstCollectData), 200},
 
15
  {"GstCollectPadsClass", sizeof (GstCollectPadsClass), 216},
 
16
  {"GstCollectPads", sizeof (GstCollectPads), 152},
 
17
  {"GstARGBControlBindingClass", sizeof (GstARGBControlBindingClass), 280},
 
18
  {"GstARGBControlBinding", sizeof (GstARGBControlBinding), 248},
 
19
  {"GstDirectControlBindingClass", sizeof (GstDirectControlBindingClass), 280},
 
20
  {"GstDirectControlBinding", sizeof (GstDirectControlBinding), 248},
 
21
  {"GstInterpolationControlSourceClass", sizeof (GstInterpolationControlSourceClass), 280},
 
22
  {"GstInterpolationControlSource", sizeof (GstInterpolationControlSource), 240},
 
23
  {"GstLFOControlSourceClass", sizeof (GstLFOControlSourceClass), 248},
 
24
  {"GstLFOControlSource", sizeof (GstLFOControlSource), 184},
 
25
  {"GstControlPoint", sizeof (GstControlPoint), 32},
 
26
  {"GstTimedValueControlSourceClass", sizeof (GstTimedValueControlSourceClass), 248},
 
27
  {"GstTimedValueControlSource", sizeof (GstTimedValueControlSource), 200},
 
28
  {"GstTriggerControlSourceClass", sizeof (GstTriggerControlSourceClass), 280},
 
29
  {"GstTriggerControlSource", sizeof (GstTriggerControlSource), 240},
 
30
  {"GstNetClientClockClass", sizeof (GstNetClientClockClass), 328},
 
31
  {"GstNetClientClock", sizeof (GstNetClientClock), 208},
32
32
  {"GstNetTimePacket", sizeof (GstNetTimePacket), 16},
33
 
  {"GstNetTimeProviderClass", sizeof (GstNetTimeProviderClass), 240},
34
 
  {"GstNetTimeProvider", sizeof (GstNetTimeProvider), 152},
35
 
  {"GstPushSrcClass", sizeof (GstPushSrcClass), 784},
36
 
  {"GstPushSrc", sizeof (GstPushSrc), 632},
37
 
  {"GstTimedValue", sizeof (GstTimedValue), 32},
38
 
  {"GstValueArray", sizeof (GstValueArray), 32},
 
33
  {"GstNetTimeProviderClass", sizeof (GstNetTimeProviderClass), 216},
 
34
  {"GstNetTimeProvider", sizeof (GstNetTimeProvider), 128},
 
35
  {"GstPushSrcClass", sizeof (GstPushSrcClass), 856},
 
36
  {"GstPushSrc", sizeof (GstPushSrc), 680},
 
37
  {"GstTimedValue", sizeof (GstTimedValue), 16},
39
38
  {NULL, 0, 0}
40
39
};