mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 23:58:17 +00:00
docs: fix a typo and clarify event handling a bit more
Tell about async_done messages for some events and review the _event_new_seek docs.
This commit is contained in:
parent
146ab8a702
commit
dca0c19d3e
2 changed files with 5 additions and 4 deletions
|
@ -1523,7 +1523,8 @@ gst_element_default_send_event (GstElement * element, GstEvent * event)
|
|||
* This function takes owership of the provided event so you should
|
||||
* gst_event_ref() it if you want to reuse the event after this call.
|
||||
*
|
||||
* Returns: %TRUE if the event was handled.
|
||||
* Returns: %TRUE if the event was handled. Events that execute asynchronously
|
||||
* (such as flushing seeks) will emit %GST_MESSAGE_ASYNC_DONE.
|
||||
*
|
||||
* MT safe.
|
||||
*/
|
||||
|
|
|
@ -1252,8 +1252,8 @@ gst_event_parse_qos (GstEvent * event, GstQOSType * type,
|
|||
* from the newly configured start position.
|
||||
*
|
||||
* For negative rates, playback will start from the newly configured stop
|
||||
* position (if any). If the stop position if updated, it must be different from
|
||||
* -1 for negative rates.
|
||||
* position (if any). If the stop position is updated, it must be different from
|
||||
* -1 (#GST_CLOCK_TIME_NONE) for negative rates.
|
||||
*
|
||||
* It is not possible to seek relative to the current playback position, to do
|
||||
* this, PAUSE the pipeline, query the current playback position with
|
||||
|
|
Loading…
Reference in a new issue