GNOME Bugzilla – Bug 745554
textoverlay: text position and size not recalculated when stream resolution change
Last modified: 2015-03-03 22:48:31 UTC
My stream starts with as 480p and textoverlay (all properties to default value, except for "text") display correctly text on it. Then my stream change to 1080p and the text becomes really small and not in the bottom anymore.
Created attachment 298480 [details] Test stream that starts 480p and then change to 1080p With this file this bug can be reproduced using: gst-launch-1.0 filesrc location=test.ts ! decodebin ! textoverlay text="Allo les amis !" ! glimagesink
commit ace35b78ee81311983fc3f87a2480d188b297045 Author: Nicolas Dufresne <nicolas.dufresne@collabora.com> Date: Tue Mar 3 16:36:20 2015 -0500 textoverlay: Re-render if video size changed https://bugzilla.gnome.org/show_bug.cgi?id=745554 Should I backport to 1.4 ?
> Should I backport to 1.4 ? Why not, seems pretty low risk.
commit 0f38f220e72a74a06c2974f3cbccf1d00682d75d Author: Nicolas Dufresne <nicolas.dufresne@collabora.com> Date: Tue Mar 3 16:36:20 2015 -0500 textoverlay: Re-render if video size changed https://bugzilla.gnome.org/show_bug.cgi?id=745554