mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
replace a few remaining uppercase "Polypaudio" occurences with "PulseAudio"
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1036 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
955e33db60
commit
10b5e997d7
20 changed files with 53 additions and 53 deletions
|
|
@ -211,7 +211,7 @@ static int handle_response(struct userdata *u) {
|
|||
*(p++) = ESD_PROTO_STREAM_PLAY;
|
||||
*(p++) = u->format;
|
||||
*(p++) = u->rate;
|
||||
pa_strlcpy((char*) p, "Polypaudio Tunnel", ESD_NAME_MAX);
|
||||
pa_strlcpy((char*) p, "PulseAudio Tunnel", ESD_NAME_MAX);
|
||||
|
||||
u->write_index = 0;
|
||||
u->state = STATE_RUNNING;
|
||||
|
|
|
|||
|
|
@ -168,7 +168,7 @@ void pa__done(pa_core *c, pa_module*m) {
|
|||
|
||||
/* Yes, here is a race condition */
|
||||
if (!pa_x11_get_prop(pa_x11_wrapper_get_display(u->x11_wrapper), "POLYP_ID", t, sizeof(t)) || strcmp(t, u->id))
|
||||
pa_log_warn(__FILE__": Polypaudio information vanished from X11!");
|
||||
pa_log_warn(__FILE__": PulseAudio information vanished from X11!");
|
||||
else {
|
||||
pa_x11_del_prop(pa_x11_wrapper_get_display(u->x11_wrapper), "POLYP_ID");
|
||||
pa_x11_del_prop(pa_x11_wrapper_get_display(u->x11_wrapper), "POLYP_SERVER");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue