gstevent: fix docs

Fix flush stops docs, those are serialized, not out of bounds.
Probably a copy and paste mistake.
This commit is contained in:
Thiago Santos 2009-11-27 13:42:36 -03:00
parent a9a6c0f0cd
commit 0491df555d

View 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.
*