mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
basetextoverlay: fix typo in debug log message
https://bugzilla.gnome.org/show_bug.cgi?id=755198
This commit is contained in:
parent
060f0c21f2
commit
e58ad7a2b4
1 changed files with 1 additions and 1 deletions
|
@ -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 "
|
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,
|
ink_rect.height, logical_rect.x, logical_rect.y, logical_rect.width,
|
||||||
logical_rect.height);
|
logical_rect.height);
|
||||||
GST_DEBUG_OBJECT (overlay, "Rendering with width %d and height %d "
|
GST_DEBUG_OBJECT (overlay, "Rendering with width %d and height %d "
|
||||||
|
|
Loading…
Reference in a new issue