ges-validate: inform of clip removal.
authorMathieu Duponchelle <mathieu.duponchelle@opencreed.com>
Wed, 29 Oct 2014 12:38:13 +0000 (13:38 +0100)
committerThibault Saunier <tsaunier@gnome.org>
Mon, 10 Nov 2014 15:22:41 +0000 (16:22 +0100)
tools/ges-validate.c

index 1a2b915..659c9ce 100644 (file)
@@ -321,6 +321,7 @@ _remove_clip (GstValidateScenario * scenario, GstValidateAction * action)
   clip = ges_timeline_get_element (timeline, name);
   g_return_val_if_fail (GES_IS_CLIP (clip), FALSE);
 
+  gst_validate_printf (action, "removing clip with ID %s\n", name);
   layer = ges_clip_get_layer (GES_CLIP (clip));
 
   if (layer) {