From e58ad7a2b47ffc194a8c1a9a66ea896873714cdd Mon Sep 17 00:00:00 2001 From: Prashant Gotarne Date: Fri, 18 Sep 2015 09:48:18 +0530 Subject: [PATCH] basetextoverlay: fix typo in debug log message https://bugzilla.gnome.org/show_bug.cgi?id=755198 --- ext/pango/gstbasetextoverlay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/pango/gstbasetextoverlay.c b/ext/pango/gstbasetextoverlay.c index b373ef7f..bde4303 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 " -- 2.7.4