mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
d7fe3b3c7b
Original commit message from CVS: * docs/gst/gstreamer-docs.sgml: * docs/gst/gstreamer-sections.txt: * docs/libs/gstreamer-libs-sections.txt: add new API entries to the docs * libs/gst/controller/Makefile.am: * libs/gst/controller/gstcontroller.c: * libs/gst/controller/gstcontroller.h: * libs/gst/controller/gstcontrollerprivate.h: * libs/gst/controller/gsthelper.c: * libs/gst/controller/gstinterpolation.c: move private structs to private header * po/README: gstreamer-0.7 -> gstreamer-0.10 * tests/check/libs/struct_i386.h: remove private structs
28 lines
1.2 KiB
C
28 lines
1.2 KiB
C
Struct list[] = {
|
|
{"GstAdapter", sizeof(GstAdapter), 52},
|
|
{"GstAdapterClass", sizeof(GstAdapterClass), 84},
|
|
{"GstBaseSink", sizeof(GstBaseSink), 384},
|
|
{"GstBaseSinkClass", sizeof(GstBaseSinkClass), 368},
|
|
{"GstBaseSrc", sizeof(GstBaseSrc), 376},
|
|
{"GstBaseSrcClass", sizeof(GstBaseSrcClass), 376},
|
|
{"GstBaseTransform", sizeof(GstBaseTransform), 352},
|
|
{"GstBaseTransformClass", sizeof(GstBaseTransformClass), 376},
|
|
{"GstCollectData", sizeof(GstCollectData), 120},
|
|
{"GstCollectPads", sizeof(GstCollectPads), 92},
|
|
{"GstCollectPadsClass", sizeof(GstCollectPadsClass), 136},
|
|
{"GstPushSrc", sizeof(GstPushSrc), 392},
|
|
{"GstPushSrcClass", sizeof(GstPushSrcClass), 396},
|
|
|
|
{"GstTimedValue", sizeof(GstTimedValue), 28},
|
|
{"GstValueArray", sizeof(GstValueArray), 20},
|
|
{"GstController", sizeof(GstController), 40},
|
|
{"GstControllerClass", sizeof(GstControllerClass), 84},
|
|
|
|
{"GstNetClientClock", sizeof(GstNetClientClock), 248},
|
|
{"GstNetClientClockClass", sizeof(GstNetClientClockClass), 192},
|
|
{"GstNetTimePacket", sizeof(GstNetTimePacket), 16},
|
|
{"GstNetTimeProvider", sizeof(GstNetTimeProvider), 84},
|
|
{"GstNetTimeProviderClass", sizeof(GstNetTimeProviderClass), 120},
|
|
|
|
{NULL, 0, 0}
|
|
};
|