ao_pulse: fix typo in error message

Closes #1076.
This commit is contained in:
wm4 2014-09-08 17:19:53 +02:00
parent 4ef531f815
commit b578abe81b
1 changed files with 1 additions and 1 deletions

View File

@ -579,7 +579,7 @@ static int control(struct ao *ao, enum aocontrol cmd, void *arg)
pa_threaded_mainloop_lock(priv->mainloop);
if (!waitop(priv, pa_context_get_sink_input_info(priv->context, devidx,
info_func, ao))) {
GENERIC_ERR_MSG("pa_stream_get_sink_input_info() failed");
GENERIC_ERR_MSG("pa_context_get_sink_input_info() failed");
return CONTROL_ERROR;
}
// Warning: some information in pi might be unaccessible, because