summaryrefslogtreecommitdiffstats
path: root/ext/polyp/polypsink.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/polyp/polypsink.c')
-rw-r--r--ext/polyp/polypsink.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/polyp/polypsink.c b/ext/polyp/polypsink.c
index 9719a23e..37f5d5f4 100644
--- a/ext/polyp/polypsink.c
+++ b/ext/polyp/polypsink.c
@@ -319,11 +319,6 @@ create_stream (GstPolypSink * polypsink)
polypsink);
pa_stream_connect_playback (polypsink->stream, NULL, NULL,
PA_STREAM_INTERPOLATE_LATENCY, PA_VOLUME_NORM);
-
- while (polypsink->context && pa_context_is_pending (polypsink->context)) {
- if (pa_mainloop_iterate (polypsink->mainloop, 1, NULL) < 0)
- return;
- }
}
static void