GNOME Bugzilla – Bug 343172
Sound device selection critical
Last modified: 2009-08-22 23:20:48 UTC
+++ This bug was initially created as a clone of Bug #329112 +++ $ ./gnome-sound-properties (lt-gnome-sound-properties:4956): -properties-CRITICAL **: add_selected_device: assertion `pipeline != NULL' failed (lt-gnome-sound-properties:4956): -properties-CRITICAL **: add_selected_device: assertion `pipeline != NULL' failed I believe those warnings come from: add_selected_device ("music", AUDIO_PLAYBACK); and add_selected_device ("chat", AUDIO_PLAYBACK); calling: gconf_key = get_gconf_key_for_profile (profile, type); pipeline = gconf_client_get_string (gconf_client, gconf_key, NULL); g_free (gconf_key); There's either a missing schema, or hard-coded defaults for fallback, or a new enough version of GStreamer (which configure doesn't check for).
Moreover, it is creating combobox with empty selection instead of "autoselect".
Sorry for not responding earlier. The missing schema is part of gst-plugins-good >= 0.10.3. Unfortunately that package doesn't provide a pkg-config file, any ideas how that could be fixed easily?
I would suggest to fill a bug on gst-plugins-good so we get a .pc file in their next release.
Seems pretty obsolete to me. Please reopen if not.