After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 397403 - Polypaudio -> PulseAudio
Polypaudio -> PulseAudio
Status: RESOLVED DUPLICATE of bug 394003
Product: gnome-control-center
Classification: Core
Component: Sound
git master
Other Linux
: Normal trivial
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-01-16 21:23 UTC by Bob Mauchin
Modified: 2007-01-29 14:20 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to change Polypaudio to PulseAudio. Edited in the way of gstreamer-properties (1003 bytes, patch)
2007-01-16 21:57 UTC, Filip Palm
none Details | Review

Description Bob Mauchin 2007-01-16 21:23:43 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.
Comment 1 Filip Palm 2007-01-16 21:57:56 UTC
Created attachment 80433 [details] [review]
Patch to change Polypaudio to PulseAudio.
Edited in the way of gstreamer-properties
Comment 2 Bob Mauchin 2007-01-16 22:13:03 UTC
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);
>
Comment 3 Bob Mauchin 2007-01-16 22:13:50 UTC
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.
Comment 4 Jens Granseuer 2007-01-29 14:20:33 UTC
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 ***