After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 416239 - gst_init_get_option_group() warning with new gstreamer version
gst_init_get_option_group() warning with new gstreamer version
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: Sound
2.17.x
Other Linux
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
: 429212 460537 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2007-03-08 21:45 UTC by Sebastien Bacher
Modified: 2007-09-30 15:32 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18


Attachments
init threads and make goption context translation work (970 bytes, patch)
2007-03-17 13:34 UTC, Christian Persch
committed Details | Review

Description Sebastien Bacher 2007-03-08 21:45:50 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.
Comment 1 Christian Persch 2007-03-17 13:34:57 UTC
Created attachment 84768 [details] [review]
init threads and make goption context translation work
Comment 2 Jens Granseuer 2007-03-18 13:48:00 UTC
Looks ok except there's a typo in the comment.
Comment 3 Christian Persch 2007-03-18 14:29:20 UTC
Fixed the comment and committed.

        * sound-properties-capplet.c: (create_dialog), (main): Initialise
        threads early, and fix option context translation. Bug #416239.
Comment 4 Tim-Philipp Müller 2007-07-26 16:01:19 UTC
*** Bug 460537 has been marked as a duplicate of this bug. ***
Comment 5 Ross Burton 2007-09-30 15:32:18 UTC
*** Bug 429212 has been marked as a duplicate of this bug. ***