mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
omx: Also initialize nStep field of the OMX structures
This commit is contained in:
parent
73dc5bb199
commit
a70a71b9a5
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ G_BEGIN_DECLS
|
|||
(st)->nVersion.s.nVersionMajor = OMX_VERSION_MAJOR; \
|
||||
(st)->nVersion.s.nVersionMinor = OMX_VERSION_MINOR; \
|
||||
(st)->nVersion.s.nRevision = OMX_VERSION_REVISION; \
|
||||
(st)->nVersion.s.nStep = OMX_VERSION_STEP; \
|
||||
} G_STMT_END
|
||||
|
||||
/* Different hacks that are required to work around
|
||||
|
|
Loading…
Reference in a new issue