summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-09-08 17:19:53 +0200
committerwm4 <wm4@nowhere>2014-09-08 17:19:53 +0200
commitb578abe81b55f358df0f4496a075606bf412e399 (patch)
treeabca9dbd831fe8231d8db437fae176b7a639b793
parent4ef531f8155762882a7ea72a4b569e922d055f2f (diff)
downloadmpv-b578abe81b55f358df0f4496a075606bf412e399.tar.bz2
mpv-b578abe81b55f358df0f4496a075606bf412e399.tar.xz
ao_pulse: fix typo in error message
Closes #1076.
-rw-r--r--audio/out/ao_pulse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/out/ao_pulse.c b/audio/out/ao_pulse.c
index d6bb675b3c..487b706c1b 100644
--- a/audio/out/ao_pulse.c
+++ b/audio/out/ao_pulse.c
@@ -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