From 7ab1d62c2485838bc2c7d09709716262258b468c Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 8 Feb 2012 15:16:46 +0100 Subject: GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHING --- gst/gstevent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/gstevent.c') 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. -- cgit v1.2.1