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

« back to all changes in this revision

Viewing changes to tests/check/libs/struct_i386.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), 384},
5
 
 {"GstBaseSinkClass", sizeof(GstBaseSinkClass), 368},
6
 
 {"GstBaseSrc", sizeof(GstBaseSrc), 376},
7
 
 {"GstBaseSrcClass", sizeof(GstBaseSrcClass), 376},
8
 
 {"GstBaseTransform", sizeof(GstBaseTransform), 352},
9
 
 {"GstBaseTransformClass", sizeof(GstBaseTransformClass), 376},
10
 
 {"GstCollectData", sizeof(GstCollectData), 120},
11
 
 {"GstCollectPads", sizeof(GstCollectPads), 92},
12
 
 {"GstCollectPadsClass", sizeof(GstCollectPadsClass), 136},
13
 
 {"GstPushSrc", sizeof(GstPushSrc), 392},
14
 
 {"GstPushSrcClass", sizeof(GstPushSrcClass), 396},
15
 
 
16
 
 {"GstTimedValue", sizeof(GstTimedValue), 28},
17
 
 {"GstValueArray", sizeof(GstValueArray), 20},
18
 
 {"GstController", sizeof(GstController), 40},
19
 
 {"GstControllerClass", sizeof(GstControllerClass), 84},
20
 
 
21
 
 {"GstNetClientClock", sizeof(GstNetClientClock), 248},
22
 
 {"GstNetClientClockClass", sizeof(GstNetClientClockClass), 192},
23
 
 {"GstNetTimePacket", sizeof(GstNetTimePacket), 16},
24
 
 {"GstNetTimeProvider", sizeof(GstNetTimeProvider), 84},
25
 
 {"GstNetTimeProviderClass", sizeof(GstNetTimeProviderClass), 120},
26
 
 
27
 
 {NULL, 0, 0}
 
1
 
 
2
GstCheckABIStruct list[] = {
 
3
  {"GstBaseParseClass", sizeof (GstBaseParseClass), 368},
 
4
  {"GstBaseParse", sizeof (GstBaseParse), 364},
 
5
  {"GstBaseSinkClass", sizeof (GstBaseSinkClass), 400},
 
6
  {"GstBaseSink", sizeof (GstBaseSink), 440},
 
7
  {"GstBaseSrcClass", sizeof (GstBaseSrcClass), 404},
 
8
  {"GstBaseSrc", sizeof (GstBaseSrc), 424},
 
9
  {"GstBaseTransformClass", sizeof (GstBaseTransformClass), 416},
 
10
  {"GstBaseTransform", sizeof (GstBaseTransform), 364},
 
11
  {"GstBitReader", sizeof (GstBitReader), 32},
 
12
  {"GstByteReader", sizeof (GstByteReader), 28},
 
13
  {"GstByteWriter", sizeof (GstByteWriter), 56},
 
14
  {"GstCollectData", sizeof (GstCollectData), 136},
 
15
  {"GstCollectPadsClass", sizeof (GstCollectPadsClass), 108},
 
16
  {"GstCollectPads", sizeof (GstCollectPads), 92},
 
17
  {"GstARGBControlBindingClass", sizeof (GstARGBControlBindingClass), 140},
 
18
  {"GstARGBControlBinding", sizeof (GstARGBControlBinding), 144},
 
19
  {"GstDirectControlBindingClass", sizeof (GstDirectControlBindingClass), 140},
 
20
  {"GstDirectControlBinding", sizeof (GstDirectControlBinding), 148},
 
21
  {"GstInterpolationControlSourceClass", sizeof (GstInterpolationControlSourceClass), 140},
 
22
  {"GstInterpolationControlSource", sizeof (GstInterpolationControlSource), 140},
 
23
  {"GstLFOControlSourceClass", sizeof (GstLFOControlSourceClass), 124},
 
24
  {"GstLFOControlSource", sizeof (GstLFOControlSource), 108},
 
25
  {"GstControlPoint", sizeof (GstControlPoint), 32},
 
26
  {"GstTimedValueControlSourceClass", sizeof (GstTimedValueControlSourceClass), 124},
 
27
  {"GstTimedValueControlSource", sizeof (GstTimedValueControlSource), 120},
 
28
  {"GstTriggerControlSourceClass", sizeof (GstTriggerControlSourceClass), 140},
 
29
  {"GstTriggerControlSource", sizeof (GstTriggerControlSource), 140},
 
30
  {"GstNetClientClockClass", sizeof (GstNetClientClockClass), 164},
 
31
  {"GstNetClientClock", sizeof (GstNetClientClock), 116},
 
32
  {"GstNetTimePacket", sizeof (GstNetTimePacket), 16},
 
33
  {"GstNetTimeProviderClass", sizeof (GstNetTimeProviderClass), 108},
 
34
  {"GstNetTimeProvider", sizeof (GstNetTimeProvider), 76},
 
35
  {"GstPushSrcClass", sizeof (GstPushSrcClass), 432},
 
36
  {"GstPushSrc", sizeof (GstPushSrc), 440},
 
37
  {"GstTimedValue", sizeof (GstTimedValue), 16},
 
38
  {NULL, 0, 0}
28
39
};