mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-30 11:08:34 +00:00
omx: Initialize structures to version 1.1.2
This commit is contained in:
parent
31bf1c8bd6
commit
147dd89e21
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ G_BEGIN_DECLS
|
|||
(st)->nSize = sizeof (*(st)); \
|
||||
(st)->nVersion.s.nVersionMajor = 1; \
|
||||
(st)->nVersion.s.nVersionMinor = 1; \
|
||||
(st)->nVersion.s.nRevision = 2; \
|
||||
} G_STMT_END
|
||||
|
||||
/* Different hacks that are required to work around
|
||||
|
|
Loading…
Reference in a new issue