parse: Adjust debug log level
authorSeungha Yang <seungha@centricular.com>
Wed, 19 Oct 2022 13:30:38 +0000 (22:30 +0900)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Wed, 19 Oct 2022 18:43:53 +0000 (18:43 +0000)
That's not an error case at all

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3228>

subprojects/gstreamer/gst/parse/grammar.y.in

index 7d95927..74a1f8b 100644 (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);