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

« back to all changes in this revision

Viewing changes to tests/check/libs/struct_hppa.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
 
static GstCheckABIStruct list[] = {
2
 
  {"GstAdapter", sizeof (GstAdapter), 52},
3
 
  {"GstAdapterClass", sizeof (GstAdapterClass), 84},
4
 
  {"GstBaseSink", sizeof (GstBaseSink), 408},
5
 
  {"GstBaseSinkClass", sizeof (GstBaseSinkClass), 368},
6
 
  {"GstBaseSrc", sizeof (GstBaseSrc), 392},
7
 
  {"GstBaseSrcClass", sizeof (GstBaseSrcClass), 376},
8
 
  {"GstBaseTransform", sizeof (GstBaseTransform), 368},
9
 
  {"GstBaseTransformClass", sizeof (GstBaseTransformClass), 376},
10
 
  {"GstCollectData", sizeof (GstCollectData), 120},
11
 
  {"GstCollectPads", sizeof (GstCollectPads), 92},
12
 
  {"GstCollectPadsClass", sizeof (GstCollectPadsClass), 136},
13
 
  {"GstPushSrc", sizeof (GstPushSrc), 408},
14
 
  {"GstPushSrcClass", sizeof (GstPushSrcClass), 396},
15
 
 
16
 
  {"GstTimedValue", sizeof (GstTimedValue), 32},
17
 
  {"GstValueArray", sizeof (GstValueArray), 24},
18
 
  {"GstController", sizeof (GstController), 40},
19
 
  {"GstControllerClass", sizeof (GstControllerClass), 84},
20
 
 
21
 
  {"GstNetClientClock", sizeof (GstNetClientClock), 256},
22
 
  {"GstNetClientClockClass", sizeof (GstNetClientClockClass), 192},
 
1
 
 
2
GstCheckABIStruct list[] = {
 
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
  {"GstBaseTransform", sizeof (GstBaseTransform), 576},
 
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},
23
32
  {"GstNetTimePacket", sizeof (GstNetTimePacket), 16},
24
 
  {"GstNetTimeProvider", sizeof (GstNetTimeProvider), 84},
25
 
  {"GstNetTimeProviderClass", sizeof (GstNetTimeProviderClass), 120},
 
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},
26
38
  {NULL, 0, 0}
27
39
};