gst-devtools: validate-utils: downgrade ERROR to DEBUG.

Thibault Saunier tsaunier at gnome.org
Fri Oct 31 01:09:54 PDT 2014


That should be an info, it is pretty rare case and is an interesting info.

On Thu, Oct 30, 2014 at 3:39 PM, Mathieu Duponchelle
<meh at kemper.freedesktop.org> wrote:
> Module: gst-devtools
> Branch: master
> Commit: fa39e0358ad7d53581eb3752032364271632b1aa
> URL:    http://cgit.freedesktop.org/gstreamer/gst-devtools/commit/?id=fa39e0358ad7d53581eb3752032364271632b1aa
>
> Author: Mathieu Duponchelle <mathieu.duponchelle at opencreed.com>
> Date:   Thu Oct 23 21:43:45 2014 +0200
>
> validate-utils: downgrade ERROR to DEBUG.
>
> This function is called in places where it is legit for it
> to return NULL.
>
> ---
>
>  validate/gst/validate/gst-validate-utils.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/validate/gst/validate/gst-validate-utils.c b/validate/gst/validate/gst-validate-utils.c
> index 60d300a..1a36ae7 100644
> --- a/validate/gst/validate/gst-validate-utils.c
> +++ b/validate/gst/validate/gst-validate-utils.c
> @@ -624,7 +624,7 @@ structs_parse_from_filename (const gchar * scenario_file)
>    lines = _get_lines (scenario_file);
>
>    if (lines == NULL) {
> -    GST_ERROR ("Got no line for file: %s", scenario_file);
> +    GST_DEBUG ("Got no line for file: %s", scenario_file);
>      return NULL;
>    }
>
>
> _______________________________________________
> gstreamer-commits mailing list
> gstreamer-commits at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-commits


More information about the gstreamer-devel mailing list