From 147dd89e21d28ccbc519147c8855546b93f49b64 Mon Sep 17 00:00:00 2001 From: George Kiagiadakis Date: Fri, 20 Apr 2012 17:13:52 +0300 Subject: [PATCH] omx: Initialize structures to version 1.1.2 --- omx/gstomx.h | 1 + 1 file changed, 1 insertion(+) diff --git a/omx/gstomx.h b/omx/gstomx.h index a6b01f7..1d3ff73 100644 --- a/omx/gstomx.h +++ b/omx/gstomx.h @@ -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 -- 2.7.4