After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 788968 - textoverlay fails to render very long text with halignment=absolute and wrap-mode=none
textoverlay fails to render very long text with halignment=absolute and wrap-...
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-10-13 23:08 UTC by David
Modified: 2018-11-03 12:00 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description David 2017-10-13 23:08:32 UTC
I'm trying to scroll some text horizontally like in the news. This text must not wrap.

So I tried something like this:

gst-launch-1.0 videotestsrc ! video/x-raw,width=300,height=300 ! textoverlay text="aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" wrap-mode=none halignment=absolute x-absolute=0.5 ! autovideosink

which fails with

(gst-launch-1.0:27547): Pango-WARNING **: pango-layout.c:3209: broken PangoLayout

by "fails" I mean that the text does not render at all.

If I remove "halignment=absolute" or "wrap-mode=none" this works.
Tested by me on debian with gst 1.10.4-1 and by thiagoss on master with the same result.

I'd gladly accept a workaround, if you have any, for now.
Comment 1 David 2017-10-14 18:53:22 UTC
setting auto-resize=false doesn't change anything
Comment 2 Philippe Normand 2018-05-06 10:11:13 UTC
Duplicate of https://bugzilla.gnome.org/show_bug.cgi?id=763182 maybe?
Comment 3 GStreamer system administrator 2018-11-03 12:00:49 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/393.