summaryrefslogtreecommitdiff
path: root/ext/libpng
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 /ext/libpng
parent640be49e216880d745bb4b514037cbec47943541 (diff)
downloadgstreamer-plugins-good-9365f12d6e81db3839498b205bbab4e824671bb1.tar.gz
GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHING
Diffstat (limited to 'ext/libpng')
-rw-r--r--ext/libpng/gstpngdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/libpng/gstpngdec.c b/ext/libpng/gstpngdec.c
index 496160a0d..9ad3679c0 100644
--- a/ext/libpng/gstpngdec.c
+++ b/ext/libpng/gstpngdec.c
@@ -677,7 +677,7 @@ beach:
not_configured:
{
GST_LOG_OBJECT (pngdec, "we are not configured yet");
- ret = GST_FLOW_WRONG_STATE;
+ ret = GST_FLOW_FLUSHING;
goto beach;
}
}