[Bug 739689] textoverlay: not rendering when x + text_width > frame_width && x < frame_width

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Jan 16 05:30:24 PST 2015


https://bugzilla.gnome.org/show_bug.cgi?id=739689
  GStreamer | gst-plugins-base | git

Tim-Philipp Müller <t.i.m> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |

--- Comment #6 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2015-01-16 13:30:22 UTC ---
Still happens with git for me.

This shows the text just touching the right border for me:
gst-launch-1.0 videotestsrc num-buffers=100 ! textoverlay text=TEST
auto-resize=0 halignment=4 valignment=3 xpos=0 deltax=276 ! ximagesink

This makes it disappear completely (with deltax+1):
gst-launch-1.0 videotestsrc num-buffers=100 ! textoverlay text=TEST
auto-resize=0 halignment=4 valignment=3 xpos=0 deltax=277 ! ximagesink

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list