Skip to content
Snippets Groups Projects
Commit 0728e685 authored by Alexandre Savard's avatar Alexandre Savard
Browse files

[#2333] Comment pa_stream_trigger in pulseaudio underrun

parent 7b161e44
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,8 @@ static void stream_moved_callback(pa_stream *s UNUSED, void *userdata UNUSED)
static void playback_underflow_callback (pa_stream* s, void* userdata UNUSED)
{
_debug ("PulseLayer::Buffer Underflow\n");
pa_stream_trigger (s, NULL, NULL);
// pa_stream_trigger (s, NULL, NULL);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment