To fix bugs 349305 and 394003 (Polypaudio is now PulseAudio) the
following string changes were made in

gnome-control-center:

--- sound-properties-capplet.c
-       add_device (AUDIO_PLAYBACK, "polypsink", _("Polypaudio Sound Server"), 
NULL);
-       add_device (AUDIO_CAPTURE, "polypsrc", _("Polypaudio Sound Server"), 
NULL);
+       add_device (AUDIO_PLAYBACK, "pulsesink", _("PulseAudio Sound Server"), 
NULL);
+       add_device (AUDIO_CAPTURE, "pulsesrc", _("PulseAudio Sound Server"), 
NULL);

and

gnome-media:

--- gstreamer-properties/pipeline-constants.c
-  {PIPE_TYPE_AUDIOSINK, 0, N_("Pulse - PulseAudio Sound Server"),
+  {PIPE_TYPE_AUDIOSINK, 0, N_("PulseAudio Sound Server"),

-  {PIPE_TYPE_AUDIOSRC, 0, N_("Pulse - PulseAudio Sound Server"), "pulsesrc", 
NULL,
+  {PIPE_TYPE_AUDIOSRC, 0, N_("PulseAudio Sound Server"), "pulsesrc", NULL,


Cheers,
Jens
_______________________________________________
gnome-i18n mailing list
gnome-i18n@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-i18n

Reply via email to