aboutsummaryrefslogtreecommitdiff
path: root/docs/libs/html/GstGLDisplay.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/libs/html/GstGLDisplay.html')
-rw-r--r--docs/libs/html/GstGLDisplay.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/libs/html/GstGLDisplay.html b/docs/libs/html/GstGLDisplay.html
index 2c2c618b..59ad1ffb 100644
--- a/docs/libs/html/GstGLDisplay.html
+++ b/docs/libs/html/GstGLDisplay.html
@@ -111,6 +111,13 @@
<p><a class="link" href="GstGLDisplay.html" title="GstGLDisplay"><span class="type">GstGLDisplay</span></a> represents a connection to the underlying windowing system.
Elements are required to make use of <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstContext.html"><span class="type">GstContext</span></a> to share and propogate
a <a class="link" href="GstGLDisplay.html" title="GstGLDisplay"><span class="type">GstGLDisplay</span></a>.</p>
+<div class="note">Certain window systems require a special function to be called to
+initialize threading support. As this GStreamer GL library does not preclude
+concurrent access to the windowing system, it is strongly advised that
+applications ensure that threading support has been initialized before any
+other toolkit/library functionality is accessed. Failure to do so could
+result in sudden application abortion during execution. The most notably
+example of such a function is X11's <code class="function">XInitThreads()</code>.</div>
</div>
<div class="refsect1">
<a name="GstGLDisplay.functions_details"></a><h2>Functions</h2>