tests: Updating some tests with GstXOverlayClass -> GstVideoOverlayIface

This commit is contained in:
Thiago Santos 2011-10-09 13:36:38 -03:00
parent ab949eebbd
commit d15756105a
3 changed files with 3 additions and 3 deletions

View file

@ -95,6 +95,6 @@ GstCheckABIStruct list[] = {
{"GstVideoRectangle", sizeof (GstVideoRectangle), 16},
{"GstVideoSinkClass", sizeof (GstVideoSinkClass), 384},
{"GstVideoSink", sizeof (GstVideoSink), 432},
{"GstXOverlayClass", sizeof (GstXOverlayClass), 32},
{"GstVideoOverlayIface", sizeof (GstVideoOverlayIface), 32},
{NULL, 0, 0}
};

View file

@ -91,6 +91,6 @@ GstCheckABIStruct list[] = {
{"GstVideoRectangle", sizeof (GstVideoRectangle), 16},
{"GstVideoSinkClass", sizeof (GstVideoSinkClass), 384},
{"GstVideoSink", sizeof (GstVideoSink), 408},
{"GstXOverlayClass", sizeof (GstXOverlayClass), 32},
{"GstVideoOverlayIface", sizeof (GstVideoOverlayIface), 32},
{NULL, 0, 0}
};

View file

@ -95,6 +95,6 @@ GstCheckABIStruct list[] = {
{"GstVideoRectangle", sizeof (GstVideoRectangle), 16},
{"GstVideoSinkClass", sizeof (GstVideoSinkClass), 384},
{"GstVideoSink", sizeof (GstVideoSink), 408},
{"GstXOverlayClass", sizeof (GstXOverlayClass), 32},
{"GstVideoOverlayIface", sizeof (GstVideoOverlayIface), 32},
{NULL, 0, 0}
};