summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Guthrie <cguthrie@mandriva.org>2009-07-22 11:16:06 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2009-07-23 10:54:45 +0100
commit4efca7b68e7512cc416c01994b3ee66389d97725 (patch)
tree494ecf9af2b9d74041a6e95ca7a4474cc55005f6
parentaa02444768d8524fd6f70c84c87c3a269fb17c40 (diff)
pulsesink: Fix a couple error messages that mentioned incorrect function names.
Fixes #589459.
-rw-r--r--ext/pulse/pulsesink.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/pulse/pulsesink.c b/ext/pulse/pulsesink.c
index d80d5cfae..fbaac8ca4 100644
--- a/ext/pulse/pulsesink.c
+++ b/ext/pulse/pulsesink.c
@@ -1716,7 +1716,7 @@ no_buffer:
info_failed:
{
GST_ELEMENT_ERROR (psink, RESOURCE, FAILED,
- ("pa_stream_get_sink_input_info() failed: %s",
+ ("pa_context_get_sink_input_info() failed: %s",
pa_strerror (pa_context_errno (pbuf->context))), (NULL));
goto unlock;
}
@@ -1789,7 +1789,7 @@ no_buffer:
info_failed:
{
GST_ELEMENT_ERROR (psink, RESOURCE, FAILED,
- ("pa_stream_get_sink_info() failed: %s",
+ ("pa_context_get_sink_info_by_index() failed: %s",
pa_strerror (pa_context_errno (pbuf->context))), (NULL));
goto unlock;
}