mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 04:22:27 +00:00
message: improve docs a little
This commit is contained in:
parent
1a3257132d
commit
d67f8733ac
1 changed files with 4 additions and 4 deletions
|
@ -1804,10 +1804,10 @@ gst_message_parse_step_start (GstMessage * message, gboolean * active,
|
|||
* @timestamp: the timestamps of the buffer that generated the message
|
||||
* @duration: the duration of the buffer that generated the message
|
||||
*
|
||||
* A QOS message is posted on the bus whenever an element decides to:
|
||||
*
|
||||
* - drop a buffer because of QoS reasons
|
||||
* - change its processing strategy because of QoS reasons (quality)
|
||||
* A QOS message is posted on the bus whenever an element decides to drop a
|
||||
* buffer because of QoS reasons or whenever it changes its processing strategy
|
||||
* because of QoS reasons (quality adjustments such as processing at lower
|
||||
* accuracy).
|
||||
*
|
||||
* This message can be posted by an element that performs synchronisation against the
|
||||
* clock (live) or it could be dropped by an element that performs QoS because of QOS
|
||||
|
|
Loading…
Reference in a new issue