Commit 176179fb authored by Dyami Caliri's avatar Dyami Caliri
Browse files

PulseAudio: remove debug warning of Underrun


The QAudio::UnderrunError is a normal error and is already reported
to the user.

Change-Id: I0ee5d827666fb08b5eb199255b3b3c5610f743c2
Reviewed-by: default avatarYoann Lopes <yoann.lopes@theqtcompany.com>
Showing with 0 additions and 1 deletion
......@@ -85,7 +85,6 @@ static void outputStreamUnderflowCallback(pa_stream *stream, void *userdata)
{
Q_UNUSED(stream)
((QPulseAudioOutput*)userdata)->streamUnderflowCallback();
qWarning() << "Got a buffer underflow!";
}
static void outputStreamOverflowCallback(pa_stream *stream, void *userdata)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment