mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 23:36:38 +00:00
check: update for larger struct
This commit is contained in:
parent
b785c66098
commit
9746df1ed7
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ GstCheckABIStruct list[] = {
|
|||
{"GstRTSPMessage", sizeof (GstRTSPMessage), 88},
|
||||
{"GstRTSPRange", sizeof (GstRTSPRange), 8},
|
||||
{"GstRTSPTime", sizeof (GstRTSPTime), 16},
|
||||
{"GstRTSPTimeRange", sizeof (GstRTSPTimeRange), 40},
|
||||
{"GstRTSPTimeRange", sizeof (GstRTSPTimeRange), 88},
|
||||
{"GstRTSPTransport", sizeof (GstRTSPTransport), 120},
|
||||
{"GstRTSPUrl", sizeof (GstRTSPUrl), 56},
|
||||
{"GstRTSPWatchFuncs", sizeof (GstRTSPWatchFuncs), 96},
|
||||
|
|
Loading…
Reference in a new issue