[gstreamer-bugs] [Bug 377306] gnome-volume-control does not localize the label.

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Nov 29 23:45:01 PST 2006


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=377306

  GStreamer | gst-plugins-base | Ver: HEAD CVS





------- Comment #7 from Takao Fujiwara  2006-11-30 07:43 UTC -------
Thanks for the comments with details.

> - where in the code does gnome-volume-control compare mixer track
>   labels with device names?

gnome-media/gst-mixer/src/track.c

  for (i = 0; !found && pix[i].label != NULL; i++) {

    gchar *label_l = g_strdup (track->label);

    if (g_strrstr (label_l, pix[i].label) != NULL) {
      str = pix[i].pixmap;
      found = TRUE;
    }

    g_free (label_l);
  }

The track->label is the gst-plugins-good and pix[i].label is gst-mixer.
Do you think we also should i18n pix[i].label?


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




More information about the Gstreamer-bugs mailing list