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 739565 - basetextoverlay: widen xpos, ypos ranges
basetextoverlay: widen xpos, ypos ranges
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal enhancement
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-11-03 14:13 UTC by Lazar Claudiu
Modified: 2015-01-21 16:14 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Change x/ypos range from 0, 1 to -10, 2 (1.50 KB, patch)
2014-11-03 14:14 UTC, Lazar Claudiu
none Details | Review

Description Lazar Claudiu 2014-11-03 14:13:21 UTC
Use case is GstController sliding a text in and out of the video frame.
Comment 1 Lazar Claudiu 2014-11-03 14:14:10 UTC
Created attachment 289895 [details] [review]
Change x/ypos range from 0, 1 to -10, 2
Comment 2 Stefan Sauer (gstreamer, gtkdoc dev) 2015-01-21 13:42:13 UTC
Sorry if this is a silly question, but how did you end up with -10 and 2 exactly?
Wouldn't this depend on the text size? Wouldn't [-1.0 ... 2.0] be enough if the text fits on the screen as a whole.
Comment 3 Lazar Claudiu 2015-01-21 16:02:39 UTC
You are right but it was a silly fix either way, absolute controller is preferred for that scenario so this can be closed as far as I am concerned.
Comment 4 Stefan Sauer (gstreamer, gtkdoc dev) 2015-01-21 16:14:56 UTC
See https://bugzilla.gnome.org/show_bug.cgi?id=740502