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 343172 - Sound device selection critical
Sound device selection critical
Status: RESOLVED OBSOLETE
Product: gnome-control-center
Classification: Core
Component: Sound
git master
Other Linux
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on: 409564
Blocks:
 
 
Reported: 2006-05-28 10:45 UTC by Bastien Nocera
Modified: 2009-08-22 23:20 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Bastien Nocera 2006-05-28 10:45:39 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).
Comment 1 Frederic Crozat 2006-08-10 18:20:46 UTC
Moreover, it is creating combobox with empty selection instead of "autoselect".
Comment 2 Jürg Billeter 2006-08-17 09:44:27 UTC
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?
Comment 3 Frederic Crozat 2006-08-18 09:08:48 UTC
I would suggest to fill a bug on gst-plugins-good so we get a .pc file in their next release.
Comment 4 William Jon McCann 2009-08-22 23:20:48 UTC
Seems pretty obsolete to me.  Please reopen if not.