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

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Feb 21 08:08:25 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=377306

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





------- Comment #12 from Tim-Philipp Müller  2007-02-21 16:06 UTC -------
> How is this status?
> Could we integrate the patch? 

Not in the current form, since it breaks ABI, see my previous comments.

I was meaning to commit the bit that makes the track name translatable though.

That leaves the issue of how to expose the untranslatable name. Not sure what's
best here. I can think of two options: either

 1) we add setters/getters and store the untranslated
    string privately somewhere (ie. not in the struct), or

 2) or we instead add an optional get_type_hint() method to the
    mixer interface structure to get an icon/type hint enum, so
    we'd basically move the code from the volume control to guess
    a suitable icon into GstMixer and return an enum for this.

Depends on whether the untranslated name is useful for anything else, I guess.

Do others have opinions?


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




More information about the Gstreamer-bugs mailing list