gstreamer/ext/pango
Tim-Philipp Müller 37c996dcf4 clockoverlay: fix bogus time display caused by previous commit
Fixes regression introduced by "clean-up" done as part of commit 98ebcb4.

dummy must live as long as use the return value of localtime_r() since
that's just a pointer to it, and by putting it inside the block we made
dummy go out of scope right after localtime_r() returned, which messed
up the time values since when we poked at the struct the contents might
already have been overwritten.

Fixes #722
2020-01-23 18:28:45 +00:00
..
gstbasetextoverlay.c Pass the code through codespell 2019-08-30 13:05:36 +00:00
gstbasetextoverlay.h pango: Create one context per instance and remove class mutex 2018-08-27 15:41:31 +03:00
gstclockoverlay.c clockoverlay: fix bogus time display caused by previous commit 2020-01-23 18:28:45 +00:00
gstclockoverlay.h Fix FSF address 2012-11-03 23:05:09 +00:00
gsttextoverlay.c textoverlay: Removing duplicated command. 2017-05-01 18:52:42 +01:00
gsttextoverlay.h Fix FSF address 2012-11-03 23:05:09 +00:00
gsttextrender.c pango: Create one context per instance and remove class mutex 2018-08-27 15:41:31 +03:00
gsttextrender.h pango: Create one context per instance and remove class mutex 2018-08-27 15:41:31 +03:00
gsttimeoverlay.c timeoverlay: chain up finalize 2019-08-07 20:18:34 +02:00
gsttimeoverlay.h timeoverlay: add a property to show times as dates 2019-08-06 02:09:44 +00:00
meson.build doc: Port to hotdoc 2019-05-13 11:34:08 -04:00