mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
tests: fix expected GstRTSPTimeRange structure size for ABI test for ppc32
Also see https://bugzilla.gnome.org/show_bug.cgi?id=695276
This commit is contained in:
parent
7834d733bc
commit
1b19290183
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ GstCheckABIStruct list[] = {
|
|||
{"GstRTSPMessage", sizeof (GstRTSPMessage), 44},
|
||||
{"GstRTSPRange", sizeof (GstRTSPRange), 8},
|
||||
{"GstRTSPTime", sizeof (GstRTSPTime), 16},
|
||||
{"GstRTSPTimeRange", sizeof (GstRTSPTimeRange), 40},
|
||||
{"GstRTSPTimeRange", sizeof (GstRTSPTimeRange), 88},
|
||||
{"GstRTSPTransport", sizeof (GstRTSPTransport), 92},
|
||||
{"GstRTSPUrl", sizeof (GstRTSPUrl), 32},
|
||||
{"GstRTSPWatchFuncs", sizeof (GstRTSPWatchFuncs), 48},
|
||||
|
|
Loading…
Reference in a new issue