mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
tests: Remove GstXML tests
This commit is contained in:
parent
5f4a965f67
commit
ea82d2d72a
7 changed files with 8 additions and 11 deletions
|
@ -33,12 +33,6 @@ else
|
||||||
PARSE_CHECKS = pipelines/simple-launch-lines pipelines/cleanup pipelines/parse-launch
|
PARSE_CHECKS = pipelines/simple-launch-lines pipelines/cleanup pipelines/parse-launch
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if GST_DISABLE_LOADSAVE
|
|
||||||
LOADSAVE_CHECKS =
|
|
||||||
else
|
|
||||||
LOADSAVE_CHECKS = gst/gstxml
|
|
||||||
endif
|
|
||||||
|
|
||||||
# if it's calling gst_element_factory_make(), it will probably not work without
|
# if it's calling gst_element_factory_make(), it will probably not work without
|
||||||
# a registry
|
# a registry
|
||||||
if GST_DISABLE_REGISTRY
|
if GST_DISABLE_REGISTRY
|
||||||
|
@ -97,7 +91,6 @@ check_PROGRAMS = \
|
||||||
gst/gsttagsetter \
|
gst/gsttagsetter \
|
||||||
gst/gsttask \
|
gst/gsttask \
|
||||||
gst/gstvalue \
|
gst/gstvalue \
|
||||||
$(LOADSAVE_CHECKS) \
|
|
||||||
generic/states \
|
generic/states \
|
||||||
$(PARSE_CHECKS) \
|
$(PARSE_CHECKS) \
|
||||||
$(REGISTRY_CHECKS) \
|
$(REGISTRY_CHECKS) \
|
||||||
|
|
|
@ -67,7 +67,7 @@ static GstCheckABIStruct 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
|
#if !defined(GST_DISABLE_LOADSAVE) && !defined(GST_DISABLE_DEPRECATED) && !defined(GST_REMOVE_DEPRECATED)
|
||||||
{"GstXML", sizeof (GstXML), 64},
|
{"GstXML", sizeof (GstXML), 64},
|
||||||
{"GstXMLClass", sizeof (GstXMLClass), 144},
|
{"GstXMLClass", sizeof (GstXMLClass), 144},
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -67,7 +67,7 @@ static GstCheckABIStruct 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
|
#if !defined(GST_DISABLE_LOADSAVE) && !defined(GST_DISABLE_DEPRECATED) && !defined(GST_REMOVE_DEPRECATED)
|
||||||
{"GstXML", sizeof(GstXML), 64},
|
{"GstXML", sizeof(GstXML), 64},
|
||||||
{"GstXMLClass", sizeof(GstXMLClass), 144},
|
{"GstXMLClass", sizeof(GstXMLClass), 144},
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -67,7 +67,9 @@ static GstCheckABIStruct 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},
|
||||||
|
#if !defined(GST_DISABLE_LOADSAVE) && !defined(GST_DISABLE_DEPRECATED) && !defined(GST_REMOVE_DEPRECATED)
|
||||||
{"GstXML", sizeof (GstXML), 64},
|
{"GstXML", sizeof (GstXML), 64},
|
||||||
{"GstXMLClass", sizeof (GstXMLClass), 144},
|
{"GstXMLClass", sizeof (GstXMLClass), 144},
|
||||||
|
#endif
|
||||||
{NULL, 0, 0}
|
{NULL, 0, 0}
|
||||||
};
|
};
|
||||||
|
|
|
@ -67,7 +67,7 @@ static GstCheckABIStruct list[] = {
|
||||||
{"GstTypeFindFactoryClass", sizeof (GstTypeFindFactoryClass), 304} ,
|
{"GstTypeFindFactoryClass", sizeof (GstTypeFindFactoryClass), 304} ,
|
||||||
{"GstURIHandlerInterface", sizeof (GstURIHandlerInterface), 88} ,
|
{"GstURIHandlerInterface", sizeof (GstURIHandlerInterface), 88} ,
|
||||||
{"GstValueTable", sizeof (GstValueTable), 64} ,
|
{"GstValueTable", sizeof (GstValueTable), 64} ,
|
||||||
#ifndef GST_DISABLE_LOADSAVE
|
#if !defined(GST_DISABLE_LOADSAVE) && !defined(GST_DISABLE_DEPRECATED) && !defined(GST_REMOVE_DEPRECATED)
|
||||||
{"GstXML", sizeof (GstXML), 128} ,
|
{"GstXML", sizeof (GstXML), 128} ,
|
||||||
{"GstXMLClass", sizeof (GstXMLClass), 288} ,
|
{"GstXMLClass", sizeof (GstXMLClass), 288} ,
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -68,7 +68,9 @@ GstCheckABIStruct 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},
|
||||||
|
#if !defined(GST_DISABLE_LOADSAVE) && !defined(GST_DISABLE_DEPRECATED) && !defined(GST_REMOVE_DEPRECATED)
|
||||||
{"GstXML", sizeof (GstXML), 64},
|
{"GstXML", sizeof (GstXML), 64},
|
||||||
{"GstXMLClass", sizeof (GstXMLClass), 144},
|
{"GstXMLClass", sizeof (GstXMLClass), 144},
|
||||||
|
#endif
|
||||||
{NULL, 0, 0}
|
{NULL, 0, 0}
|
||||||
};
|
};
|
||||||
|
|
|
@ -67,7 +67,7 @@ static GstCheckABIStruct list[] = {
|
||||||
{"GstTypeFindFactoryClass", sizeof (GstTypeFindFactoryClass), 304} ,
|
{"GstTypeFindFactoryClass", sizeof (GstTypeFindFactoryClass), 304} ,
|
||||||
{"GstURIHandlerInterface", sizeof (GstURIHandlerInterface), 88} ,
|
{"GstURIHandlerInterface", sizeof (GstURIHandlerInterface), 88} ,
|
||||||
{"GstValueTable", sizeof (GstValueTable), 64} ,
|
{"GstValueTable", sizeof (GstValueTable), 64} ,
|
||||||
#ifndef GST_DISABLE_LOADSAVE
|
#if !defined(GST_DISABLE_LOADSAVE) && !defined(GST_DISABLE_DEPRECATED) && !defined(GST_REMOVE_DEPRECATED)
|
||||||
{"GstXML", sizeof (GstXML), 128} ,
|
{"GstXML", sizeof (GstXML), 128} ,
|
||||||
{"GstXMLClass", sizeof (GstXMLClass), 288} ,
|
{"GstXMLClass", sizeof (GstXMLClass), 288} ,
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue