From a70a71b9a5110ff54d32c8e0abe9659134716e9a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 19 Dec 2012 13:05:28 +0100 Subject: [PATCH] omx: Also initialize nStep field of the OMX structures --- omx/gstomx.h | 1 + 1 file changed, 1 insertion(+) diff --git a/omx/gstomx.h b/omx/gstomx.h index d10d2a6..3beb9e4 100644 --- a/omx/gstomx.h +++ b/omx/gstomx.h @@ -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 -- 2.7.4