parse: Adjust debug log level

That's not an error case at all

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3228>
This commit is contained in:
Seungha Yang 2022-10-19 22:30:38 +09:00 committed by GStreamer Marge Bot
parent 5fed85c465
commit fcde6af7df

View file

@ -417,7 +417,7 @@ collect_value (GParamSpec *pspec, gchar *value_str, GValue *v)
{
gboolean got_value = FALSE;
GST_CAT_ERROR (GST_CAT_PIPELINE, "parsing property %s as a %s",
GST_CAT_LOG (GST_CAT_PIPELINE, "parsing property %s as a %s",
pspec->name, g_type_name (pspec->value_type));
g_value_init (v, pspec->value_type);