diff options
author | Christian Schaller <uraeus@gnome.org> | 2004-12-12 12:05:39 +0000 |
---|---|---|
committer | Christian Schaller <uraeus@gnome.org> | 2004-12-12 12:05:39 +0000 |
commit | f46ec4e3b75d8e5c17b877c6c4d5d07898d3742b (patch) | |
tree | b8633287cfa1b6c30b060d53926687797e98a106 /ext/polyp | |
parent | b5d73d2ec82b55a24355657f9c1c69855dc8a798 (diff) | |
download | gst-plugins-bad-f46ec4e3b75d8e5c17b877c6c4d5d07898d3742b.tar.gz gst-plugins-bad-f46ec4e3b75d8e5c17b877c6c4d5d07898d3742b.tar.bz2 gst-plugins-bad-f46ec4e3b75d8e5c17b877c6c4d5d07898d3742b.zip |
merge patch from 158258
Original commit message from CVS:
merge patch from 158258
Diffstat (limited to 'ext/polyp')
-rw-r--r-- | ext/polyp/polypsink.c | 5 |
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 |