mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
docs: fix typo in GstEvent docs
send -> sent
This commit is contained in:
parent
06af4b4302
commit
0ab956d2c2
1 changed files with 1 additions and 1 deletions
|
@ -1440,7 +1440,7 @@ gst_event_parse_sink_message (GstEvent * event, GstMessage ** msg)
|
|||
*
|
||||
* Source elements, demuxers and other elements that create new streams
|
||||
* are supposed to send this event as the first event of a new stream. It
|
||||
* should not be send after a flushing seek or in similar situations
|
||||
* should not be sent after a flushing seek or in similar situations
|
||||
* and is used to mark the beginning of a new logical stream. Elements
|
||||
* combining multiple streams must ensure that this event is only forwarded
|
||||
* downstream once and not for every single input stream.
|
||||
|
|
Loading…
Reference in a new issue