|
From: Felipe C. <fel...@gm...> - 2010-03-23 22:04:47
|
On Tue, Mar 16, 2010 at 12:29 AM, Rob Clark <ro...@ti...> 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
|