summaryrefslogtreecommitdiffstats
path: root/gst
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2001-12-23 12:55:48 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2001-12-23 12:55:48 +0000
commit616c26ab2218b26032d7f6d08c41383905424e02 (patch)
treeb8318ea72141683a478dd6864ec2f01784071446 /gst
parentce7b6d9e0faf76047452327396670a895cdf0a94 (diff)
downloadgst-plugins-bad-616c26ab2218b26032d7f6d08c41383905424e02.tar.gz
gst-plugins-bad-616c26ab2218b26032d7f6d08c41383905424e02.tar.bz2
gst-plugins-bad-616c26ab2218b26032d7f6d08c41383905424e02.zip
more cleanups adding avifile
Original commit message from CVS: more cleanups adding avifile
Diffstat (limited to 'gst')
-rw-r--r--gst/playondemand/filter.func3
1 files changed, 2 insertions, 1 deletions
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);