[gstreamer-bugs] [Bug 409564] New: Sound device selection critical

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Feb 19 03:35:04 PST 2007


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=409564

  GStreamer | gst-plugins-good | Ver: 0.10.x

           Summary: Sound device selection critical
           Product: GStreamer
           Version: 0.10.x
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: hadess at hadess.net
         QAContact: gstreamer-bugs at lists.sourceforge.net
                CC: rodrigo at novell.com, Uraeus at linuxrising.org,
                    fcrozat at mandriva.com, dennis_cranston at yahoo.com,
                    hadess at hadess.net, dsandras at seconix.com,
                    sxpert at esitcom.org, bugzilla-gnome at bkor.dhs.org,
                    j at bitron.ch, jk at blackdown.de, linux00 at kornet.net,
                    teppot at iki.fi, david at fubar.dk, richard at hughsie.com,
                    martin.pitt at canonical.com, moonskin.cursed at gmail.com,
                    Giuseppe.Castagna at ens.fr
OtherBugsDependingO 343172
             nThis:
     GNOME version: Unspecified
   GNOME milestone: Unspecified


+++ This bug was initially created as a clone of Bug #343172 +++

+++ 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).


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email




More information about the Gstreamer-bugs mailing list