mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-09-03 02:33:53 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -417,7 +417,7 @@ collect_value (GParamSpec *pspec, gchar *value_str, GValue *v)
|
||||||
{
|
{
|
||||||
gboolean got_value = FALSE;
|
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));
|
pspec->name, g_type_name (pspec->value_type));
|
||||||
|
|
||||||
g_value_init (v, pspec->value_type);
|
g_value_init (v, pspec->value_type);
|
||||||
|
|
Loading…
Reference in a new issue