ges-timeline: Fix typo in debug messages

This commit is contained in:
Sebastian Dröge 2016-11-09 11:48:09 +02:00
parent 1b5c3cb865
commit 748d466ac9

View file

@ -410,7 +410,7 @@ ges_timeline_handle_message (GstBin * bin, GstMessage * message)
if (g_strcmp0 (gst_structure_get_string (mstructure, "reason"), "Seek")) { if (g_strcmp0 (gst_structure_get_string (mstructure, "reason"), "Seek")) {
GST_INFO_OBJECT (timeline, GST_INFO_OBJECT (timeline,
"A composition is starting an update because of %s" "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")); "reason"));
goto forward; goto forward;
@ -429,7 +429,7 @@ ges_timeline_handle_message (GstBin * bin, GstMessage * message)
if (g_strcmp0 (gst_structure_get_string (mstructure, "reason"), "Seek")) { if (g_strcmp0 (gst_structure_get_string (mstructure, "reason"), "Seek")) {
GST_INFO_OBJECT (timeline, GST_INFO_OBJECT (timeline,
"A composition is done updating because of %s" "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")); "reason"));
goto forward; goto forward;