[gstreamer-bugs] [Bug 486961] set items translatable in preferences

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu Apr 17 16:39:07 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=486961

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

Marc-Andre Lureau changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|gnome-media-maint at gnome.bugs|gstreamer-
                   |                            |bugs at lists.sourceforge.net
             Status|UNCONFIRMED                 |NEEDINFO
          Component|gnome-volume-control        |gst-plugins-base
            Product|gnome-media                 |GStreamer
          QAContact|gnome-media-maint at gnome.bugs|gstreamer-
                   |                            |bugs at lists.sourceforge.net
   Target Milestone|---                         |HEAD
            Version|2.20.x                      |0.10.x




------- Comment #1 from Marc-Andre Lureau  2008-04-17 23:39 UTC -------
Hi Gil!

There is some kind of translation support for track names. However, I don't
know if all the mixer implementations supports it, if any.

In 3 differents place, gnome-volume-control is getting the name of the track
this way:

    if (g_object_class_find_property (G_OBJECT_GET_CLASS (track),
"untranslated-label"))
      g_object_get (track, "untranslated-label", &label, NULL);
    if (label == NULL)
      g_object_get (track, "label", &label, NULL);

let's reassign in gstreamer, someone might now better than me.


-- 
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=486961.




More information about the Gstreamer-bugs mailing list