diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-23 12:55:48 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-23 12:55:48 +0000 |
commit | 616c26ab2218b26032d7f6d08c41383905424e02 (patch) | |
tree | b8318ea72141683a478dd6864ec2f01784071446 /gst | |
parent | ce7b6d9e0faf76047452327396670a895cdf0a94 (diff) | |
download | gstreamer-plugins-bad-616c26ab2218b26032d7f6d08c41383905424e02.tar.gz |
more cleanups adding avifile
Original commit message from CVS:
more cleanups
adding avifile
Diffstat (limited to 'gst')
-rw-r--r-- | gst/playondemand/filter.func | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/playondemand/filter.func b/gst/playondemand/filter.func index 6f81c9757..08bc2f972 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); |