mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +00:00
79d3f1a2c1
If we force -DG_THREADS_MANDATORY onto apps, then g_thread_supported() will always evaluate to TRUE, so the typical thread initialisation boilerplate code if (!g_thread_supported()) g_thread_init(NULL); will no longer work, and the threading system not be initialised and us printing a warning in gst_init. This may be fine in most cases, since late initialisation is allowed and automatically done in g_type_init() since GLib 2.23.2, but let's be cautious and only use this define when compiling GStreamer itself. See #608398. |
||
---|---|---|
.. | ||
.gitignore | ||
gstreamer-base-uninstalled.pc.in | ||
gstreamer-base.pc.in | ||
gstreamer-check-uninstalled.pc.in | ||
gstreamer-check.pc.in | ||
gstreamer-controller-uninstalled.pc.in | ||
gstreamer-controller.pc.in | ||
gstreamer-dataprotocol-uninstalled.pc.in | ||
gstreamer-dataprotocol.pc.in | ||
gstreamer-net-uninstalled.pc.in | ||
gstreamer-net.pc.in | ||
gstreamer-uninstalled.pc.in | ||
gstreamer.pc.in | ||
Makefile.am |