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 555380 - [cairotimeoverlay] Add support for alignment & positioning properties
[cairotimeoverlay] Add support for alignment & positioning properties
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.10.18
Other Linux
: Normal enhancement
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-10-07 12:01 UTC by Felix Kaser
Modified: 2013-01-01 12:22 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22



Description Felix Kaser 2008-10-07 12:01:44 UTC
the properties for gstcairotimeoverlay showed with gst-inspect and showed in the doc are very few (none?!)!

When I try to use halign and valign from gstcairotextoverlay I get a warning that halign doesn't exist!

It's a little bit strange, probably something went wrong there...

Runtime Warning:
(cheese:18643): GLib-GObject-WARNING **: IA__g_object_set_valist: object class `GstCairoTimeOverlay' has no property named `halign'
Comment 1 Sebastian Dröge (slomo) 2008-10-08 10:40:50 UTC
This is not a bug... this functionality is only implemented in cairotextoverlay and timeoverlay/textoverlay currently.

So let's make this an enhancement bug :)
Comment 2 Tim-Philipp Müller 2013-01-01 12:22:17 UTC
The cairotimeoverlay and cairotextoverlay elements have been removed in 1x. Please use the pango-based elements from gst-plugins-base instead.


commit e3dbf9e2569914f49cc4ff7cc2925543eda38636
Author: Tim-Philipp Müller <tim@centricular.net>
Date:   Tue Jan 1 12:12:02 2013 +0000

    cairo: remove old cairo-based text renderering element
    
    They haven't worked well or at all in a very long time
    and were rather bit-rotten, and there's no need for them
    any more.