mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 04:36:20 +00:00
tests/check/gst/struct_i386.h: ifdef out the XML structs
Original commit message from CVS: * tests/check/gst/struct_i386.h: ifdef out the XML structs
This commit is contained in:
parent
ef7dedbfc8
commit
72cf82552e
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2005-12-12 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
|
* tests/check/gst/struct_i386.h:
|
||||||
|
ifdef out the XML structs
|
||||||
|
|
||||||
2005-12-12 Thomas Vander Stichele <thomas at apestaart dot org>
|
2005-12-12 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
* gst/gstvalue.c: (gst_value_transform_double_fraction):
|
* gst/gstvalue.c: (gst_value_transform_double_fraction):
|
||||||
|
|
|
@ -67,7 +67,9 @@ Struct list[] = {
|
||||||
{"GstTypeFindFactoryClass", sizeof(GstTypeFindFactoryClass), 152},
|
{"GstTypeFindFactoryClass", sizeof(GstTypeFindFactoryClass), 152},
|
||||||
{"GstURIHandlerInterface", sizeof(GstURIHandlerInterface), 44},
|
{"GstURIHandlerInterface", sizeof(GstURIHandlerInterface), 44},
|
||||||
{"GstValueTable", sizeof(GstValueTable), 32},
|
{"GstValueTable", sizeof(GstValueTable), 32},
|
||||||
|
#ifndef GST_DISABLE_LOADSAVE
|
||||||
{"GstXML", sizeof(GstXML), 64},
|
{"GstXML", sizeof(GstXML), 64},
|
||||||
{"GstXMLClass", sizeof(GstXMLClass), 144},
|
{"GstXMLClass", sizeof(GstXMLClass), 144},
|
||||||
|
#endif
|
||||||
{NULL, 0, 0}
|
{NULL, 0, 0}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue