diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2016-11-09 11:48:09 +0200 |
---|---|---|
committer | Thibault Saunier <thibault.saunier@osg.samsung.com> | 2016-11-17 07:51:31 -0300 |
commit | 85a7fd0782e10fbd0872d7a1cf949c56978f55c0 (patch) | |
tree | 1a7595f0ebfb13d3e4c8a0e85f5ee69f179702f6 | |
parent | 41080720d24b255d0d8386a2fbd8fe52b9313b2a (diff) |
ges-timeline: Fix typo in debug messages
-rw-r--r-- | ges/ges-timeline.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ges/ges-timeline.c b/ges/ges-timeline.c index 8fa4fbc9..aa6d9f36 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; |