summaryrefslogtreecommitdiff
path: root/gst/shapewipe
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2012-02-08 16:34:00 +0100
committerWim Taymans <wim.taymans@collabora.co.uk>2012-02-08 16:43:30 +0100
commit9365f12d6e81db3839498b205bbab4e824671bb1 (patch)
treeb4389f777740133f4c83da7793d309d45e762af6 /gst/shapewipe
parent640be49e216880d745bb4b514037cbec47943541 (diff)
downloadgstreamer-plugins-good-9365f12d6e81db3839498b205bbab4e824671bb1.tar.gz
GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHING
Diffstat (limited to 'gst/shapewipe')
-rw-r--r--gst/shapewipe/gstshapewipe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/shapewipe/gstshapewipe.c b/gst/shapewipe/gstshapewipe.c
index b17712679..6b06909d9 100644
--- a/gst/shapewipe/gstshapewipe.c
+++ b/gst/shapewipe/gstshapewipe.c
@@ -929,7 +929,7 @@ shutdown:
{
GST_DEBUG_OBJECT (self, "Shutting down");
gst_buffer_unref (buffer);
- return GST_FLOW_WRONG_STATE;
+ return GST_FLOW_FLUSHING;
}
qos:
{