mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-19 05:45:58 +00:00
tests: remove ABI checks for GstClockEntry.
This commit is contained in:
parent
a02fcb0478
commit
e688979169
6 changed files with 0 additions and 6 deletions
|
@ -8,7 +8,6 @@ static GstCheckABIStruct list[] = {
|
|||
{"GstCaps", sizeof (GstCaps), 32},
|
||||
{"GstStaticCaps", sizeof (GstStaticCaps), 52},
|
||||
{"GstChildProxyInterface", sizeof (GstChildProxyInterface), 40},
|
||||
{"GstClockEntry", sizeof (GstClockEntry), 48},
|
||||
{"GstClock", sizeof (GstClock), 176},
|
||||
{"GstClockClass", sizeof (GstClockClass), 160},
|
||||
{"GstElement", sizeof (GstElement), 136},
|
||||
|
|
|
@ -8,7 +8,6 @@ static GstCheckABIStruct list[] = {
|
|||
{"GstCaps", sizeof(GstCaps), 32},
|
||||
{"GstStaticCaps", sizeof(GstStaticCaps), 52},
|
||||
{"GstChildProxyInterface", sizeof(GstChildProxyInterface), 40},
|
||||
{"GstClockEntry", sizeof(GstClockEntry), 40},
|
||||
{"GstClock", sizeof(GstClock), 172},
|
||||
{"GstClockClass", sizeof(GstClockClass), 160},
|
||||
{"GstElement", sizeof(GstElement), 128},
|
||||
|
|
|
@ -8,7 +8,6 @@ static GstCheckABIStruct list[] = {
|
|||
{"GstCaps", sizeof (GstCaps), 32},
|
||||
{"GstStaticCaps", sizeof (GstStaticCaps), 52},
|
||||
{"GstChildProxyInterface", sizeof (GstChildProxyInterface), 40},
|
||||
{"GstClockEntry", sizeof (GstClockEntry), 48},
|
||||
{"GstClock", sizeof (GstClock), 176},
|
||||
{"GstClockClass", sizeof (GstClockClass), 160},
|
||||
{"GstElement", sizeof (GstElement), 136},
|
||||
|
|
|
@ -8,7 +8,6 @@ static GstCheckABIStruct list[] = {
|
|||
{"GstCaps", sizeof (GstCaps), 56} ,
|
||||
{"GstStaticCaps", sizeof (GstStaticCaps), 96} ,
|
||||
{"GstChildProxyInterface", sizeof (GstChildProxyInterface), 80} ,
|
||||
{"GstClockEntry", sizeof (GstClockEntry), 64} ,
|
||||
{"GstClock", sizeof (GstClock), 240} ,
|
||||
{"GstClockClass", sizeof (GstClockClass), 320} ,
|
||||
{"GstElement", sizeof (GstElement), 232} ,
|
||||
|
|
|
@ -9,7 +9,6 @@ GstCheckABIStruct list[] = {
|
|||
{"GstCaps", sizeof (GstCaps), 32},
|
||||
{"GstStaticCaps", sizeof (GstStaticCaps), 52},
|
||||
{"GstChildProxyInterface", sizeof (GstChildProxyInterface), 40},
|
||||
{"GstClockEntry", sizeof (GstClockEntry), 48},
|
||||
{"GstClock", sizeof (GstClock), 176},
|
||||
{"GstClockClass", sizeof (GstClockClass), 160},
|
||||
{"GstElement", sizeof (GstElement), 136},
|
||||
|
|
|
@ -8,7 +8,6 @@ static GstCheckABIStruct list[] = {
|
|||
{"GstCaps", sizeof (GstCaps), 56} ,
|
||||
{"GstStaticCaps", sizeof (GstStaticCaps), 96} ,
|
||||
{"GstChildProxyInterface", sizeof (GstChildProxyInterface), 80} ,
|
||||
{"GstClockEntry", sizeof (GstClockEntry), 64} ,
|
||||
{"GstClock", sizeof (GstClock), 240} ,
|
||||
{"GstClockClass", sizeof (GstClockClass), 320} ,
|
||||
{"GstElement", sizeof (GstElement), 232} ,
|
||||
|
|
Loading…
Reference in a new issue