summaryrefslogtreecommitdiffstats
path: root/ext/pulse/pulsesink.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pulse/pulsesink.c')
-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 d80d5cfa..fbaac8ca 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;
}