GNOME Bugzilla – Bug 416239
gst_init_get_option_group() warning with new gstreamer version
Last modified: 2007-09-30 15:32:18 UTC
When running the capplet with the new gstreamer version: $ gnome-sound-properties (process:15528): 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.
Created attachment 84768 [details] [review] init threads and make goption context translation work
Looks ok except there's a typo in the comment.
Fixed the comment and committed. * sound-properties-capplet.c: (create_dialog), (main): Initialise threads early, and fix option context translation. Bug #416239.
*** Bug 460537 has been marked as a duplicate of this bug. ***
*** Bug 429212 has been marked as a duplicate of this bug. ***