summaryrefslogtreecommitdiff
path: root/gst/gstevent.c
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2012-02-08 15:16:46 +0100
committerWim Taymans <wim.taymans@collabora.co.uk>2012-02-08 16:18:04 +0100
commit7ab1d62c2485838bc2c7d09709716262258b468c (patch)
tree01e504251f82784738d74a51ad8822d4b376b570 /gst/gstevent.c
parent9f2077918c04edb2d103e980ac1aeb9b7b98489f (diff)
downloadgstreamer-7ab1d62c2485838bc2c7d09709716262258b468c.tar.gz
GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHING
Diffstat (limited to 'gst/gstevent.c')
-rw-r--r--gst/gstevent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gstevent.c b/gst/gstevent.c
index ae25a5b6b7..841b9c34ac 100644
--- a/gst/gstevent.c
+++ b/gst/gstevent.c
@@ -468,7 +468,7 @@ gst_event_set_seqnum (GstEvent * event, guint32 seqnum)
* upstream and downstream and travels out-of-bounds with the dataflow.
*
* It marks pads as being flushing and will make them return
- * #GST_FLOW_WRONG_STATE when used for data flow with gst_pad_push(),
+ * #GST_FLOW_FLUSHING when used for data flow with gst_pad_push(),
* gst_pad_chain(), gst_pad_alloc_buffer(), gst_pad_get_range() and
* gst_pad_pull_range(). Any event (except a #GST_EVENT_FLUSH_STOP) received
* on a flushing pad will return %FALSE immediately.