gstreamer/ext/pango
Hans-Peter Nilsson 04e23f2d6a pango: Call tzset() before localtime_r()
POSIX and your local friendly ctime(3) manual entry says that localtime_r isn't
required to set the state variables that define the current timezone.  Indeed,
glibc (at least 2.9) doesn't do this for subsequent calls.  The effect is that
if the system timezone is changed for a running program between two calls to
gst_clock_overlay_render_time, it won't be noticed.  For glibc, changing the
timezone equals /etc/localtime being modified.

Fixes bug #587676.
2009-07-05 18:01:38 +02:00
..
gstclockoverlay.c pango: Call tzset() before localtime_r() 2009-07-05 18:01:38 +02:00
gstclockoverlay.h ext/pango/gstclockoverlay.*: API: Add ability to specify format for date/time display by adding a "time-format" prope... 2008-10-08 10:49:15 +00:00
gsttextoverlay.c textoverlay: Fix drawing of UYVY text borders 2009-03-26 11:02:41 +01:00
gsttextoverlay.h textoverlay: Add support for UYVY colorspace 2009-03-26 10:36:27 +01:00
gsttextrender.c textrender: Correctly initialize the background for ARGB too 2009-05-12 09:03:24 +02:00
gsttextrender.h textrender: Use libgstvideo functions to create caps 2009-05-12 09:03:23 +02:00
gsttimeoverlay.c Cleanup Plugin docs. Link to signals and properties. Fix sub-section titles. Drop mentining that all our example pipe... 2008-07-10 21:06:06 +00:00
gsttimeoverlay.h Updated/added documentation. 2006-03-01 16:24:37 +00:00
Makefile.am Don't install static libs for plugins. Fixes #550851 for base. 2008-10-16 15:07:00 +00:00