mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 01:45:33 +00:00
ges-timeline: Fix typo in debug messages
This commit is contained in:
parent
1b5c3cb865
commit
748d466ac9
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue