gstreamer/ext/pango
Sebastian Dröge 2ace14f613 pango: Create one context per instance and remove class mutex
PangoCairo is thread-safe as long as the context and fontmap are not
shared between threads. Previously each subclass had its own context and
a class mutex for this reason, but apart from hurting performance this
was also not completely safe yet: the same fontmap might've been used by
different classes from different threads as the thread-default fontmap
(at time of class initialization) was used.
2018-08-27 15:41:31 +03:00
..
gstbasetextoverlay.c pango: Create one context per instance and remove class mutex 2018-08-27 15:41:31 +03:00
gstbasetextoverlay.h pango: Create one context per instance and remove class mutex 2018-08-27 15:41:31 +03:00
gstclockoverlay.c pango: Create one context per instance and remove class mutex 2018-08-27 15:41:31 +03: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 pango: Create one context per instance and remove class mutex 2018-08-27 15:41:31 +03:00
gsttimeoverlay.h timeoverlay: Add support to display timecode 2016-08-04 18:59:57 +03:00
Makefile.am Remove plugin specific static build option 2017-05-16 13:42:07 -04:00
meson.build meson: Add feature options for all plugins 2018-07-27 18:42:11 +05:30