summaryrefslogtreecommitdiffstats
path: root/gst/speed
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2001-12-23 23:01:28 +0000
committerWim Taymans <wim.taymans@gmail.com>2001-12-23 23:01:28 +0000
commit018fb3ab2f734e033ee6dbec31f4be400cbe4e2c (patch)
tree066351ae719516bd5e434ae142d4dcdeb173ff15 /gst/speed
parent694779a8bb1c4c9dc8c938642cd014486ef6e98e (diff)
downloadgst-plugins-bad-018fb3ab2f734e033ee6dbec31f4be400cbe4e2c.tar.gz
gst-plugins-bad-018fb3ab2f734e033ee6dbec31f4be400cbe4e2c.tar.bz2
gst-plugins-bad-018fb3ab2f734e033ee6dbec31f4be400cbe4e2c.zip
Fixed some leftover errors.
Original commit message from CVS: Fixed some leftover errors.
Diffstat (limited to 'gst/speed')
-rw-r--r--gst/speed/filter.func4
1 files changed, 3 insertions, 1 deletions
diff --git a/gst/speed/filter.func b/gst/speed/filter.func
index 89429528..8d8a911b 100644
--- a/gst/speed/filter.func
+++ b/gst/speed/filter.func
@@ -63,4 +63,6 @@
}
gst_pad_push(filter->srcpad, out);
- } while (!GST_ELEMENT_IS_COTHREAD_STOPPING (element));
+
+ gst_element_yield (element);
+ } while (TRUE);