summaryrefslogtreecommitdiffstats
path: root/gst/speed
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2001-12-28 20:24:41 +0000
committerWim Taymans <wim.taymans@gmail.com>2001-12-28 20:24:41 +0000
commit42cc21cd97016d4aa8ecc6d8c80b0dbd8780f975 (patch)
treed1c12c13d40db07bdfffeb23cbb563bbbbc5ce83 /gst/speed
parentd0e007a68085e63f509857e21cef8a7bd8477ce8 (diff)
downloadgst-plugins-bad-42cc21cd97016d4aa8ecc6d8c80b0dbd8780f975.tar.gz
gst-plugins-bad-42cc21cd97016d4aa8ecc6d8c80b0dbd8780f975.tar.bz2
gst-plugins-bad-42cc21cd97016d4aa8ecc6d8c80b0dbd8780f975.zip
Fixed some plugins
Original commit message from CVS: Fixed some plugins
Diffstat (limited to 'gst/speed')
-rw-r--r--gst/speed/filter.func2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/speed/filter.func b/gst/speed/filter.func
index 8d8a911b..cf23725b 100644
--- a/gst/speed/filter.func
+++ b/gst/speed/filter.func
@@ -39,7 +39,7 @@
while (GST_IS_EVENT(in)) {
switch (GST_EVENT_TYPE(in)) {
case GST_EVENT_EOS:
- gst_element_set_state((GstElement*)filter, GST_STATE_PAUSED);
+ gst_element_set_eos((GstElement*)filter);
gst_pad_push(filter->srcpad, in);
return;
default: