gstreamer/ext/ttml
Matthew Waters 640a65bf96 gst: don't use volatile to mean atomic
volatile is not sufficient to provide atomic guarantees and real atomics
should be used instead.  GCC 11 has started warning about using volatile
with atomic operations.

https://gitlab.gnome.org/GNOME/glib/-/merge_requests/1719

Discovered in https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/issues/868

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2098>
2021-03-22 14:34:36 +11:00
..
gstttmlparse.c ttmlparse: Collect buffers until detecting complete xml document 2019-11-22 18:31:10 +09:00
gstttmlparse.h ttml: Add plugin that supports TTML subtitles 2016-11-01 20:46:46 +02:00
gstttmlplugin.c Fix up package name and origin in some plugins 2017-05-18 10:58:20 +01:00
gstttmlrender.c ttml: Add support for IMSC 1.0.1 fillLineGap attribute 2018-02-27 16:27:47 +02:00
gstttmlrender.h ttmlrender: apply correct line height to blocks with multiple text sizes 2017-04-09 10:42:08 +03:00
meson.build docs: Build documentation with hotdoc 2019-05-13 17:00:00 -04:00
subtitle.c ttml: Add support for IMSC 1.0.1 fillLineGap attribute 2018-02-27 16:27:47 +02:00
subtitle.h documentation: fixed a heap o' typos 2019-11-05 09:11:25 -05:00
subtitlemeta.c gst: don't use volatile to mean atomic 2021-03-22 14:34:36 +11:00
subtitlemeta.h ttml: Add plugin that supports TTML subtitles 2016-11-01 20:46:46 +02:00
ttmlparse.c ttmlparse: Handle whitespace before XML declaration 2020-10-30 07:01:52 +00:00
ttmlparse.h ttmlparse: Collect buffers until detecting complete xml document 2019-11-22 18:31:10 +09:00