[Gstreamer-openmax] [PATCH 1/3] A small fix for compile error with latest gstreamer

Felipe Contreras felipe.contreras at gmail.com
Tue Mar 23 15:04:36 PDT 2010


On Tue, Mar 16, 2010 at 12:29 AM, Rob Clark <rob at ti.com> wrote:
> ---
>  omx/gstomx_base_filter.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

It's usually a good practice to copy-paste the actual error being fixed.

> 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;
>         }
>
> --

I don't see how that could fail =/

-- 
Felipe Contreras




More information about the Gstreamer-openmax mailing list