mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
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:
parent
a9a6c0f0cd
commit
0491df555d
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue