GNOME Bugzilla – Bug 462796
GStreamer-WARNING
Last modified: 2008-01-24 15:54:25 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:
Created attachment 97057 [details] [review] GLib_threading patch
Hi, I'm the debian maintainer of gnomeradio, I've solved this issue with the patch attached... Cheers, francesco
Thanks a lot! Patch is in svn now...