GNOME Bugzilla – Bug 394003
Polypaudio is renamed to PulseAudio
Last modified: 2007-02-02 16:38:14 UTC
+++ This bug was initially created as a clone of Bug #349305 +++ Please describe the problem: GStreamer-Properties is probing for "polypsink/polypsrc" elements. These are no longer available. "pulsesink" and "pulsesrc" are the new names of these elements. capplets/sound/sound-properties-capplet.c uses these as well.
Created attachment 79693 [details] [review] Trivial fix
*** Bug 397403 has been marked as a duplicate of this bug. ***
From bug 397403 : During tranlation, I've notice that this is already done in Gstreamer-properties, but in this way : "Pulse - PulseAudio Sound Server" Would you mind changing your patch to this translation in order to have a consistant UI ? Thanks.
(In reply to comment #3) > From bug 397403 : > During tranlation, I've notice that this is already done in > Gstreamer-properties, but in this way : "Pulse - PulseAudio Sound Server" > > Would you mind changing your patch to this translation in order to have a > consistant UI ? > > Thanks. > I don't think my patch should be changed. You propose in http://bugzilla.gnome.org/show_bug.cgi?id=397403#c2 the following: + add_device (AUDIO_PLAYBACK, "polypsink", _("Pulse - PulseAudio Sound Server"), NULL); + add_device (AUDIO_CAPTURE, "polypsrc", _("Pulse - PulseAudio Sound Server"), NULL); However, my patch changes it to: + add_device (AUDIO_PLAYBACK, "pulsesink", _("Pulse - PulseAudio Sound Server"), NULL); + add_device (AUDIO_CAPTURE, "pulsesrc", _("Pulse - PulseAudio Sound Server"), NULL); According to bug #349345, the audio elements were renamed to pulsesink/pulsesrc, so i think it's correct to rename them here too. The user-visible description is consistent, I stole it from the cloned gnome-media bug :).
Oops sorry I did not read carefully your patch, and you're right. Apologizes :| Thanks.
I'd actually prefer dropping the somewhat unnecessary "Pulse -" from the sound source/sink description. Even if that means changing it in gnome-media, too...
(In reply to comment #6) > I'd actually prefer dropping the somewhat unnecessary "Pulse -" from the sound > source/sink description. Even if that means changing it in gnome-media, too... > Agree, Pulse - is unnecessary at the beginning of the description. I will attach a new patch, please open a bug for this against gnome-media.
Created attachment 81648 [details] [review] Updated patch
I just reopened bug 349305 against gnome-media
Patch committed, string change announcement sent.