From 616c26ab2218b26032d7f6d08c41383905424e02 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 23 Dec 2001 12:55:48 +0000 Subject: more cleanups adding avifile Original commit message from CVS: more cleanups adding avifile --- gst/playondemand/filter.func | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gst') diff --git a/gst/playondemand/filter.func b/gst/playondemand/filter.func index 6f81c975..08bc2f97 100644 --- a/gst/playondemand/filter.func +++ b/gst/playondemand/filter.func @@ -116,5 +116,6 @@ do { if (! filter->eos) { in = gst_pad_pull(filter->sinkpad); } + gst_element_yield (GST_ELEMENT (filter)); -} while (! GST_ELEMENT_IS_COTHREAD_STOPPING(elem)); +} while (TRUE); -- cgit v1.2.1