From 0491df555d6fde33360f867de23f7f1f6ba4a92e Mon Sep 17 00:00:00 2001 From: Thiago Santos Date: Fri, 27 Nov 2009 13:42:36 -0300 Subject: [PATCH] gstevent: fix docs Fix flush stops docs, those are serialized, not out of bounds. Probably a copy and paste mistake. --- gst/gstevent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gstevent.c b/gst/gstevent.c index a7e74b852f..f22431fc3b 100644 --- a/gst/gstevent.c +++ b/gst/gstevent.c @@ -443,7 +443,7 @@ gst_event_new_flush_start (void) * gst_event_new_flush_stop: * * Allocate a new flush stop event. The flush stop event can be sent - * upstream and downstream and travels out-of-bounds with the dataflow. + * upstream and downstream and travels serialized with the dataflow. * It is typically sent after sending a FLUSH_START event to make the * pads accept data again. *