diff options
author | Wim Taymans <wim.taymans@collabora.co.uk> | 2012-02-08 16:37:13 +0100 |
---|---|---|
committer | Wim Taymans <wim.taymans@collabora.co.uk> | 2012-02-08 16:37:13 +0100 |
commit | de1f89bf07b2ad3244b1ece3c4c276046f7e8a09 (patch) | |
tree | 0f89847a834d364fcb0085f01685e4cf1bd9d526 /ext/kate | |
parent | 3de090c1f09b4576156d938e7b4249de1d371d1e (diff) | |
download | gstreamer-plugins-bad-de1f89bf07b2ad3244b1ece3c4c276046f7e8a09.tar.gz |
GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHING
Diffstat (limited to 'ext/kate')
-rw-r--r-- | ext/kate/gstkatetiger.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/kate/gstkatetiger.c b/ext/kate/gstkatetiger.c index 1504e112b..67783dcfa 100644 --- a/ext/kate/gstkatetiger.c +++ b/ext/kate/gstkatetiger.c @@ -824,7 +824,7 @@ gst_kate_tiger_video_chain (GstPad * pad, GstBuffer * buf) GST_KATE_TIGER_MUTEX_UNLOCK (tiger); gst_object_unref (tiger); gst_buffer_unref (buf); - return GST_FLOW_WRONG_STATE; + return GST_FLOW_FLUSHING; } if (G_LIKELY (GST_BUFFER_TIMESTAMP_IS_VALID (buf))) { |