GNOME Bugzilla – Bug 460537
Found in .xsession-errors
Last modified: 2007-07-26 16:01:19 UTC
Please describe the problem: (process:7068): GStreamer-WARNING **: The GStreamer function gst_init_get_option _group() was called, but the GLib threading system has not been initialised yet, something that must happen before any other GLib function is called. The application needs to be fixed so that it calls if (!g_thread_supported ()) g_thread_init(NULL); as very first thing in its main() function. Please file a bug against this application. Steps to reproduce: 1. 2. 3. Actual results: Expected results: Does this happen every time? Other information:
What program were you running ? This is a fix to be made in the application and not in gstreamer.
I cannot confirm, but suspect from gnome-sound-properties. I'm trying to fix another thing related to keyboard, when this error raised.
> I cannot confirm, but suspect from gnome-sound-properties. Have you tried running gnome-sound-properties from the command line (gnome-terminal)? It should show the same warning there if that's it.
Yes, absolutely: $ gnome-sound-properties (process:9858): GStreamer-WARNING **: The GStreamer function gst_init_get_option_group() was called, but the GLib threading system has not been initialised yet, something that must happen before any other GLib function is called. The application needs to be fixed so that it calls if (!g_thread_supported ()) g_thread_init(NULL); as very first thing in its main() function. Please file a bug against this application. And the window shows. Program version 2.18.0.
Looks like it has been fixed already (from the date the fix was committed it looks like it should be in 2.18.1). Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of 416239 ***