[Bug 745516] xvimagesink: race condition causes crash in XCB

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Mar 4 01:10:07 PST 2015


https://bugzilla.gnome.org/show_bug.cgi?id=745516

--- Comment #3 from Vincent Penquerc'h <vincent.penquerch at collabora.co.uk> ---
The man page does not say whether calling it multiple times is safe or not but
if it is, I think it's best to call it in the plugin's init function, without
checking any env var. This way, one is sure that the first X function which is
not XInitThreads is called only after XInitThreads, without having to ensure
all plugin users know to call it. After all, you don't want these programs to
have a list of init things to call for possibly obscure libs that some plugin
might use.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list