[Gstreamer-openmax] [PATCH 1/3] A small fix for compile error with latest gstreamer
Rob Clark
rob at ti.com
Mon Mar 15 15:29:34 PDT 2010
---
omx/gstomx_base_filter.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/omx/gstomx_base_filter.c b/omx/gstomx_base_filter.c
index 2d93f5c..7ebc52d 100644
--- a/omx/gstomx_base_filter.c
+++ b/omx/gstomx_base_filter.c
@@ -716,7 +716,7 @@ out_flushing:
if (error_msg)
{
- GST_ELEMENT_ERROR (self, STREAM, FAILED, (NULL), (error_msg));
+ GST_ELEMENT_ERROR (self, STREAM, FAILED, (NULL), ("%s", error_msg));
ret = GST_FLOW_ERROR;
}
--
1.6.3.2
More information about the Gstreamer-openmax
mailing list