From f46ec4e3b75d8e5c17b877c6c4d5d07898d3742b Mon Sep 17 00:00:00 2001 From: Christian Schaller Date: Sun, 12 Dec 2004 12:05:39 +0000 Subject: merge patch from 158258 Original commit message from CVS: merge patch from 158258 --- ext/polyp/polypsink.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'ext/polyp/polypsink.c') 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 -- cgit v1.2.1