[gstreamer-bugs] [Bug 528299] New: Multiple GstMixerTracks with the same label cause problems for GNOME Volume Control

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue Apr 15 13:24:31 PDT 2008


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=528299

  GStreamer | gst-plugins-base | Ver: 0.10.19
           Summary: Multiple GstMixerTracks with the same label cause
                    problems for GNOME Volume Control
           Product: GStreamer
           Version: 0.10.19
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: sam at robots.org.uk
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


Background

I am trying to fix bug #528050. The problem is that gnome-volume-control needs
to store persistent references to a system's GstMixerTracks. It currently uses
a string key based on the values of the following tuple:

  (GstMixer->device-name, GstMixer->factory->long_name, GstMixerTrack->label)

Actually, it uses the GstMixerTrack's "untranslated-label" property, falling
back to "label" if it is NULL.

The Problem

My new laptop has six problematic GstMixerTracks. The first three have a label
of "Capture", "Capture 1" and "Capture 2", but they all share the same
untranslated label property of "Capture". The next three all have the same
label and untranslated label: "Input Source"

So, my question is: is gnome-volume-control correct to use these properties as
a key to uniquely identify a GstMixerTrack?


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=528299.




More information about the Gstreamer-bugs mailing list