[gst-cvs] gst-openmax: util: fix compilation warning
Felipe Contreras
felipec at kemper.freedesktop.org
Sat Nov 14 06:13:46 PST 2009
Module: gst-openmax
Branch: omap
Commit: 971231bb8cb904e78424ab0f035f7d393849d41c
URL: http://cgit.freedesktop.org/gstreamer/gst-openmax/commit/?id=971231bb8cb904e78424ab0f035f7d393849d41c
Author: Felipe Contreras <felipe.contreras at gmail.com>
Date: Sat Sep 19 23:44:18 2009 +0300
util: fix compilation warning
Signed-off-by: Felipe Contreras <felipe.contreras at gmail.com>
---
omx/gstomx_util.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/omx/gstomx_util.c b/omx/gstomx_util.c
index a34dbd3..39d900b 100644
--- a/omx/gstomx_util.c
+++ b/omx/gstomx_util.c
@@ -123,7 +123,7 @@ g_ptr_array_insert (GPtrArray *array,
typedef void (*GOmxPortFunc) (GOmxPort *port);
-static void inline
+static inline void
core_for_each_port (GOmxCore *core,
GOmxPortFunc func)
{
More information about the Gstreamer-commits
mailing list