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 459334 - [textoverlay] expose pango line alignment property
[textoverlay] expose pango line alignment property
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
0.10.x
Other Linux
: Normal enhancement
: 0.10.15
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-07-22 20:49 UTC by Dan Williams
Modified: 2007-08-13 15:29 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
expose pango line alignment property (4.50 KB, patch)
2007-07-22 20:50 UTC, Dan Williams
committed Details | Review

Description Dan Williams 2007-07-22 20:49:33 UTC
Currently, all lines are center-aligned.  That sucks.  Patch attached.
Comment 1 Dan Williams 2007-07-22 20:50:27 UTC
Created attachment 92174 [details] [review]
expose pango line alignment property
Comment 2 Tim-Philipp Müller 2007-08-13 15:29:20 UTC
Thanks, committed (renamed property to 'line-alignment' to be consistent with 'valignment' and 'halignment'):


 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>

        Patch by: Dan Williams  <dcbw redhat com>

        * ext/pango/gsttextoverlay.c:
        * ext/pango/gsttextoverlay.h:
          API: add "line-alignment" property (#459334). Add gtk-doc blurb for
          "silent" property so there's a Since tag in the API reference.