Problem with GStreamer

Bug #80232 reported by pillo
8
Affects Status Importance Assigned to Milestone
gnomebaker (Ubuntu)
Fix Released
Low
Unassigned

Bug Description

pillo@jump:~$ gnomebaker

(process:12712): 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 accordingly, please
        file a bug against this application.

(gnomebaker:12712): libglade-WARNING **: could not find signal handler 'gnomebaker_on_show_file_browser'.

(gnomebaker:12712): libglade-WARNING **: could not find signal handler 'gnomebaker_on_open_project'.

(gnomebaker:12712): libglade-WARNING **: could not find signal handler 'gnomebaker_on_close_project'.

(gnomebaker:12712): libglade-WARNING **: could not find signal handler 'gnomebaker_on_show_hidden_files'.

(gnomebaker:12712): libglade-WARNING **: could not find signal handler 'gnomebaker_on_burn_iso'.

(gnomebaker:12712): libglade-WARNING **: could not find signal handler 'gnomebaker_on_up'.

(gnomebaker:12712): libglade-WARNING **: could not find signal handler 'gnomebaker_on_show_human_readable_file_sizes'.

(gnomebaker:12712): libglade-WARNING **: could not find signal handler 'gnomebaker_on_notebook_switch_page'.

(gnomebaker:12712): libglade-WARNING **: could not find signal handler 'gnomebaker_on_down'.

(gnomebaker:12712): libglade-WARNING **: could not find signal handler 'gnomebaker_on_new_data_cd_project'.

(gnomebaker:12712): libglade-WARNING **: could not find signal handler 'gnomebaker_on_copy_cd'.

(gnomebaker:12712): libglade-WARNING **: could not find signal handler 'gnomebaker_on_remove'.

(gnomebaker:12712): libglade-WARNING **: could not find signal handler 'gnomebaker_on_new_audio_project'.

(gnomebaker:12712): libglade-WARNING **: could not find signal handler 'gnomebaker_on_import'.

(gnomebaker:12712): libglade-WARNING **: could not find signal handler 'gnomebaker_on_about'.

(gnomebaker:12712): libglade-WARNING **: could not find signal handler 'gnomebaker_on_copy_dvd'.

(gnomebaker:12712): libglade-WARNING **: could not find signal handler 'gnomebaker_on_export_playlist'.

(gnomebaker:12712): libglade-WARNING **: could not find signal handler 'gnomebaker_on_quit'.

(gnomebaker:12712): libglade-WARNING **: could not find signal handler 'gnomebaker_on_clear'.

(gnomebaker:12712): libglade-WARNING **: could not find signal handler 'gnomebaker_on_preferences'.

(gnomebaker:12712): libglade-WARNING **: could not find signal handler 'gnomebaker_on_new_project'.

(gnomebaker:12712): libglade-WARNING **: could not find signal handler 'gnomebaker_on_save_project'.

(gnomebaker:12712): libglade-WARNING **: could not find signal handler 'gnomebaker_on_new_data_dvd_project'.

(gnomebaker:12712): libglade-WARNING **: could not find signal handler 'gnomebaker_on_save_project_as'.

(gnomebaker:12712): libglade-WARNING **: could not find signal handler 'gnomebaker_on_burn_dvd_iso'.

(gnomebaker:12712): libglade-WARNING **: could not find signal handler 'gnomebaker_on_refresh'.

(gnomebaker:12712): libglade-WARNING **: could not find signal handler 'gnomebaker_on_blank_cdrw'.

(gnomebaker:12712): libglade-WARNING **: could not find signal handler 'gnomebaker_on_open_recent_project'.

(gnomebaker:12712): libglade-WARNING **: could not find signal handler 'gnomebaker_on_format_dvdrw'.

(gnomebaker:12712): libglade-WARNING **: could not find signal handler 'gnomebaker_on_delete'.

(gnomebaker:12712): libglade-WARNING **: could not find signal handler 'gnomebaker_on_import_playlist'.

(gnomebaker:12712): libglade-WARNING **: could not find signal handler 'gnomebaker_on_add_files'.

(gnomebaker:12712): libglade-WARNING **: could not find signal handler 'gnomebaker_on_help'.

(gnomebaker:12712): libglade-WARNING **: could not find signal handler 'gnomebaker_on_copy_audiocd'.

(gnomebaker:12712): libglade-WARNING **: could not find signal handler 'gnomebaker_on_save_all'.

(gnomebaker:12712): libglade-WARNING **: could not find signal handler 'gnomebaker_window_state_event'.

(gnomebaker:12712): libglade-WARNING **: could not find signal handler 'gnomebaker_on_add_files_alt'.

(gnomebaker:12712): libglade-WARNING **: could not find signal handler 'gnomebaker_on_copy_datacd'.

Tags: patch
Revision history for this message
ville palo (vi64pa) wrote :

Thanks for taking the time to report this bug. Unfortunately, we are
not able to fix and find the bug because your description of the bug
didn't have enough information in it. You may find it helpful to read
"How to report bugs effectively",
        http://www.chiark.greenend.org.uk/~sgtatham/bugs.html.
We'd be grateful if you would then provide a more complete description
of the problem.?

Changed in gnomebaker:
status: Unconfirmed → Needs Info
Revision history for this message
didier (did447-deactivatedaccount) wrote :

Hi,
there's two bugs here a new one.
Streamer-WARNING **: The GStreamer function gst_init_get_option_group()

it seems that newer gstreamer (or newer glib) really want thread_init called early, cf gnomebaker/sc/main.c thread_init is called after a gstreamer function.

An old one:
cf Bug #76218 libglade errors.

Changed in gnomebaker:
status: Needs Info → Confirmed
Revision history for this message
didier (did447-deactivatedaccount) wrote :

Fix for
Streamer-WARNING

move g_thread_init() call up.

Revision history for this message
Emmet Hikory (persia) wrote :

Thank you for the patch. My apologies that it has taken so long to review. I have added the patch tag to draw the attention of packagers. I have unsubscribed ubuntu-universe-sponsors as this patch does not represent a new candidate revision (is not a debdiff). If this issue still applies, and a debdiff is prepared, please resubscribe ubuntu-universe-sponsors to request upload.

Changed in gnomebaker:
importance: Undecided → Low
Revision history for this message
Goedson Teixeira Paixão (goedson) wrote :

This patch has already been applied in 0.6.0-8ubuntu1, that's available in gutsy.

Changed in gnomebaker:
status: Confirmed → Fix Committed
Emmet Hikory (persia)
Changed in gnomebaker:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.