GNOME Bugzilla – Bug 397403
Polypaudio -> PulseAudio
Last modified: 2007-01-29 14:20:33 UTC
Since Fri, 16 Jun 2006 Polypaudio is now known as PulseAudio (ref http://0pointer.de/blog/projects/pulse.html), GNOME should be aware of that. In capplets/sound/sound-properties-capplet.c, we should replace: add_device (AUDIO_PLAYBACK, "polypsink", _("Polypaudio Sound Server"), NULL); add_device (AUDIO_CAPTURE, "polypsrc", _("Polypaudio Sound Server"), NULL); by: add_device (AUDIO_PLAYBACK, "polypsink", _("PulseAudio Sound Server"), NULL); add_device (AUDIO_CAPTURE, "polypsrc", _("PulseAudio Sound Server"), NULL); Thanks.
Created attachment 80433 [details] [review] Patch to change Polypaudio to PulseAudio. Edited in the way of gstreamer-properties
Comment on attachment 80433 [details] [review] Patch to change Polypaudio to PulseAudio. Edited in the way of gstreamer-properties >Index: capplets/sound/sound-properties-capplet.c >=================================================================== >--- capplets/sound/sound-properties-capplet.c (revision 7142) >+++ capplets/sound/sound-properties-capplet.c (arbetskopia) >@@ -655,8 +655,8 @@ > add_device (AUDIO_CAPTURE, "esdmon", _("ESD - Enlightened Sound Daemon"), NULL); > add_device (AUDIO_PLAYBACK, "osssink", _("OSS - Open Sound System"), NULL); > add_device (AUDIO_CAPTURE, "osssrc", _("OSS - Open Sound System"), NULL); >- add_device (AUDIO_PLAYBACK, "polypsink", _("Polypaudio Sound Server"), NULL); >- add_device (AUDIO_CAPTURE, "polypsrc", _("Polypaudio Sound Server"), NULL); >+ add_device (AUDIO_PLAYBACK, "polypsink", _("Pulse - PulseAudio Sound Server"), NULL); >+ add_device (AUDIO_CAPTURE, "polypsrc", _("Pulse - PulseAudio Sound Server"), NULL); > add_device (AUDIO_CAPTURE, "audiotestsrc wave=triangle is-live=true", _("Test Sound"), NULL); > add_device (AUDIO_CAPTURE, "audiotestsrc wave=silence is-live=true", _("Silence"), NULL); >
During tranlation, I've just notice that this is already done in Gstreamer-properties, but in this way : "Pulse - PulseAudio Sound Server" We sould keep this one.
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. That said, I prefer the naming used in this patch. Please discuss with Gabor. *** This bug has been marked as a duplicate of 394003 ***