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 462796 - GStreamer-WARNING
GStreamer-WARNING
Status: RESOLVED FIXED
Product: gnomeradio
Classification: Deprecated
Component: general
1.7
Other All
: Normal minor
: ---
Assigned To: Jörgen Scheibengruber
Jörgen Scheibengruber
Depends on:
Blocks:
 
 
Reported: 2007-08-02 13:59 UTC by Francesco Namuri
Modified: 2008-01-24 15:54 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
GLib_threading patch (498 bytes, patch)
2007-10-11 13:14 UTC, Francesco Namuri
none Details | Review

Description Francesco Namuri 2007-08-02 13:59:51 UTC
Please describe the problem:
When I start gnomeradio, I get:

(process:28411): 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. I get this error on every start of the program


Actual results:


Expected results:


Does this happen every time?
yes

Other information:
Comment 1 Francesco Namuri 2007-10-11 13:14:54 UTC
Created attachment 97057 [details] [review]
GLib_threading patch
Comment 2 Francesco Namuri 2007-10-11 13:15:59 UTC
Hi,
I'm the debian maintainer of gnomeradio, I've solved this issue with the patch attached...

Cheers,
francesco
Comment 3 Jörgen Scheibengruber 2008-01-24 15:54:25 UTC
Thanks a lot! Patch is in svn now...