mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
tests: Updating some tests with GstXOverlayClass -> GstVideoOverlayIface
This commit is contained in:
parent
ab949eebbd
commit
d15756105a
3 changed files with 3 additions and 3 deletions
|
@ -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}
|
||||
};
|
||||
|
|
|
@ -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}
|
||||
};
|
||||
|
|
|
@ -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}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue