String changes in control-center and gnome-media



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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]