summaryrefslogtreecommitdiffstats
path: root/gst/speed/filter.func
diff options
context:
space:
mode:
Diffstat (limited to 'gst/speed/filter.func')
-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);