ges: Minor debug logging level and typo fixes
authorThibault Saunier <tsaunier@igalia.com>
Thu, 14 Jan 2021 11:05:59 +0000 (08:05 -0300)
committerThibault Saunier <tsaunier@igalia.com>
Tue, 9 Feb 2021 21:11:07 +0000 (18:11 -0300)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-editing-services/-/merge_requests/227>

ges/ges-asset.c
ges/ges-base-xml-formatter.c
ges/ges-validate.c

index c2f334d..6641ba2 100644 (file)
@@ -444,7 +444,7 @@ ges_asset_finalize (GObject * object)
 {
   GESAssetPrivate *priv = GES_ASSET (object)->priv;
 
-  GST_DEBUG_OBJECT (object, "finalizing");
+  GST_LOG_OBJECT (object, "finalizing");
 
   if (priv->id)
     g_free (priv->id);
index 9b76384..8cfa162 100644 (file)
@@ -244,7 +244,7 @@ _load_and_parse (GESBaseXmlFormatter * self, const gchar * uri, GError ** error,
 
 failed:
   g_object_unref (file);
-  GST_WARNING ("failed to load contents from \"%s\"", uri);
+  GST_INFO_OBJECT (self, "failed to load contents from \"%s\"", uri);
   g_propagate_error (error, err);
   return NULL;
 }
index 07670ef..ace70e8 100644 (file)
@@ -1821,7 +1821,7 @@ ges_validate_register_action_types (void)
           .mandatory = FALSE,
         },
         {NULL}
-      }, "Remove a child from @container-name.", GST_VALIDATE_ACTION_TYPE_NONE);
+      }, "Set a keyframe on @element-name:property-name.", GST_VALIDATE_ACTION_TYPE_NONE);
 
   gst_validate_register_action_type ("copy-element", "ges", _copy_element,
       (GstValidateActionParameter []) {
@@ -1886,7 +1886,7 @@ ges_validate_register_action_types (void)
           .mandatory = FALSE,
         },
         {NULL}
-      }, "Remove a child from @container-name.", GST_VALIDATE_ACTION_TYPE_NONE);
+      }, "Remove a keyframe on @element-name:property-name.", GST_VALIDATE_ACTION_TYPE_NONE);
 
   gst_validate_register_action_type ("load-project", "ges", _load_project,
       (GstValidateActionParameter [])  {