diff options
Diffstat (limited to 'tests/check/gst/struct_x86_64.h')
-rw-r--r-- | tests/check/gst/struct_x86_64.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/check/gst/struct_x86_64.h b/tests/check/gst/struct_x86_64.h index e035090435..91cdcf5c54 100644 --- a/tests/check/gst/struct_x86_64.h +++ b/tests/check/gst/struct_x86_64.h @@ -22,7 +22,6 @@ static GstCheckABIStruct list[] = { {"GstFormatDefinition", sizeof (GstFormatDefinition), 32}, {"GstGhostPadClass", sizeof (GstGhostPadClass), 344}, {"GstGhostPad", sizeof (GstGhostPad), 384}, - {"GstImplementsInterfaceClass", sizeof (GstImplementsInterfaceClass), 56}, {"GstIndexAssociation", sizeof (GstIndexAssociation), 16}, {"GstIndexClass", sizeof (GstIndexClass), 312}, {"GstIndexEntry", sizeof (GstIndexEntry), 32}, @@ -80,9 +79,5 @@ static GstCheckABIStruct list[] = { {"GstTypeNameData", sizeof (GstTypeNameData), 16}, {"GstURIHandlerInterface", sizeof (GstURIHandlerInterface), 88}, {"GstValueTable", sizeof (GstValueTable), 64}, -#if !defined(GST_DISABLE_LOADSAVE) && !defined(GST_DISABLE_DEPRECATED) && !defined(GST_REMOVE_DEPRECATED) - {"GstXML", sizeof (GstXML), 128} , - {"GstXMLClass", sizeof (GstXMLClass), 288} , -#endif {NULL, 0, 0} }; |