From 4efca7b68e7512cc416c01994b3ee66389d97725 Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Wed, 22 Jul 2009 11:16:06 +0100 Subject: [PATCH] pulsesink: Fix a couple error messages that mentioned incorrect function names. Fixes #589459. --- ext/pulse/pulsesink.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/pulse/pulsesink.c b/ext/pulse/pulsesink.c index d80d5cf..fbaac8c 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; } -- 2.7.4