summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrashant Gotarne <ps.gotarne@samsung.com>2015-09-18 09:48:18 +0530
committerTim-Philipp Müller <tim@centricular.com>2015-09-18 08:50:52 +0100
commite58ad7a2b47ffc194a8c1a9a66ea896873714cdd (patch)
tree92d48f4e38020bd86eeb82709d590dcbd0d290ad
parent060f0c21f2369b6f1e917b9641f86675144fcced (diff)
downloadgstreamer-plugins-base-e58ad7a2b47ffc194a8c1a9a66ea896873714cdd.tar.gz
basetextoverlay: fix typo in debug log message
https://bugzilla.gnome.org/show_bug.cgi?id=755198
-rw-r--r--ext/pango/gstbasetextoverlay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pango/gstbasetextoverlay.c b/ext/pango/gstbasetextoverlay.c
index b373ef7f7..bde4303e5 100644
--- a/ext/pango/gstbasetextoverlay.c
+++ b/ext/pango/gstbasetextoverlay.c
@@ -1624,7 +1624,7 @@ gst_base_text_overlay_render_pangocairo (GstBaseTextOverlay * overlay,
}
GST_DEBUG_OBJECT (overlay, "Rendering with ink rect (%d, %d) %dx%d and "
- "locial rect (%d, %d) %dx%d", ink_rect.x, ink_rect.y, ink_rect.width,
+ "logical rect (%d, %d) %dx%d", ink_rect.x, ink_rect.y, ink_rect.width,
ink_rect.height, logical_rect.x, logical_rect.y, logical_rect.width,
logical_rect.height);
GST_DEBUG_OBJECT (overlay, "Rendering with width %d and height %d "