gstevent: fix docs
authorThiago Santos <thiago.sousa.santos@collabora.co.uk>
Fri, 27 Nov 2009 16:42:36 +0000 (13:42 -0300)
committerThiago Santos <thiago.sousa.santos@collabora.co.uk>
Fri, 27 Nov 2009 16:44:11 +0000 (13:44 -0300)
Fix flush stops docs, those are serialized, not out of bounds.
Probably a copy and paste mistake.

gst/gstevent.c

index a7e74b8..f22431f 100644 (file)
@@ -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.
  *