From 748d466ac98b8ad598292120ac8d84c6eb0ddc00 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 9 Nov 2016 11:48:09 +0200 Subject: [PATCH] ges-timeline: Fix typo in debug messages --- ges/ges-timeline.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ges/ges-timeline.c b/ges/ges-timeline.c index 8fa4fbc..aa6d9f3 100644 --- a/ges/ges-timeline.c +++ b/ges/ges-timeline.c @@ -410,7 +410,7 @@ ges_timeline_handle_message (GstBin * bin, GstMessage * message) if (g_strcmp0 (gst_structure_get_string (mstructure, "reason"), "Seek")) { GST_INFO_OBJECT (timeline, "A composition is starting an update because of %s" - " not concidering async", gst_structure_get_string (mstructure, + " not considering async", gst_structure_get_string (mstructure, "reason")); goto forward; @@ -429,7 +429,7 @@ ges_timeline_handle_message (GstBin * bin, GstMessage * message) if (g_strcmp0 (gst_structure_get_string (mstructure, "reason"), "Seek")) { GST_INFO_OBJECT (timeline, "A composition is done updating because of %s" - " not concidering async", gst_structure_get_string (mstructure, + " not considering async", gst_structure_get_string (mstructure, "reason")); goto forward; -- 2.7.4