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:
parent
5fed85c465
commit
fcde6af7df
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user