summaryrefslogtreecommitdiff
path: root/omx/gstomx.h
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2012-12-19 13:05:28 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2012-12-19 13:05:28 +0100
commita70a71b9a5110ff54d32c8e0abe9659134716e9a (patch)
treebba989304efd40dffdf5a6d97f52e7fbf7c84e10 /omx/gstomx.h
parent73dc5bb199928b9df8baa4793a6b5cf41b56bf04 (diff)
downloadgst-omx-a70a71b9a5110ff54d32c8e0abe9659134716e9a.tar.gz
omx: Also initialize nStep field of the OMX structures
Diffstat (limited to 'omx/gstomx.h')
-rw-r--r--omx/gstomx.h1
1 files changed, 1 insertions, 0 deletions
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