From: Prashant Gotarne Date: Fri, 18 Sep 2015 04:18:18 +0000 (+0530) Subject: basetextoverlay: fix typo in debug log message X-Git-Tag: 1.19.3~511^2~3340 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e58ad7a2b47ffc194a8c1a9a66ea896873714cdd;p=platform%2Fupstream%2Fgstreamer.git basetextoverlay: fix typo in debug log message https://bugzilla.gnome.org/show_bug.cgi?id=755198 --- 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 "